| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="Text300Type"> <xs:annotation> <xs:documentation>Text (max. 300 characters)</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="300"/> </xs:restriction> </xs:simpleType> |