simpleType Text1Type
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
maxLength 1
annotation
documentation
Text (max. 1 characters)
source <xs:simpleType name="Text1Type">
 
<xs:annotation>
   
<xs:documentation>Text (max. 1 characters)</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