| namespace | https://mmixm.aero/base/4 | ||||||
| type | restriction of xs:string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="String1000Type"> <xs:annotation> <xs:documentation>Specifies a string of up to 1000 characters.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="1000"/> </xs:restriction> </xs:simpleType> |