simpleType Text32Type
type restriction of xs:string
properties
base xs:string
used by
elements AddressType/CityCode ShareClassTypeType/Code IdentifiersType/ReutersRIC AddressType/StreetNumber IdentifiersType/Bloomberg/Ticker
facets
Kind Value Annotation
maxLength 32
annotation
documentation
Text (max. 32 characters)
source <xs:simpleType name="Text32Type">
 
<xs:annotation>
   
<xs:documentation>Text (max. 32 characters)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="32"/>
 
</xs:restriction>
</xs:simpleType>


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