namespace | https://mmixm.aero/base/3 | ||||||
type | restriction of xs:string | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="String1Type"> <xs:annotation> <xs:documentation>Specifies a string of up to 1 character.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> |