simpleType String1Type
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element AtowOrganizationLocation/field6
facets
Kind Value Annotation
maxLength 1
annotation
documentation
Specifies a string of up to 1 character.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy