simpleType String10Type
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element Location/gsaAddress
attribute RmlsDpInformation/@shortName
facets
Kind Value Annotation
maxLength 10
annotation
documentation
Specifies a string of up to 10 characters.
source <xs:simpleType name="String10Type">
 
<xs:annotation>
   
<xs:documentation>Specifies a string of up to 10 characters.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="10"/>
 
</xs:restriction>
</xs:simpleType>


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