simpleType Text64Type
type restriction of xs:string
properties
base xs:string
used by
elements AddressType/Fax ClassificationType/ListedGroup IdentifiersType/MexID DataSupplierType/Contact/Phone DataSupplierType/Short DataSupplierType/Type ClassificationType/Type ClassificationType/UnlistedGroup DocumentType/Version
facets
Kind Value Annotation
maxLength 64
annotation
documentation
Text (max. 64 characters)
source <xs:simpleType name="Text64Type">
 
<xs:annotation>
   
<xs:documentation>Text (max. 64 characters)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="64"/>
 
</xs:restriction>
</xs:simpleType>


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