simpleType Text100Type
type restriction of xs:string
properties
base xs:string
used by
elements EarningType/ReferenceNumber NamesType/ShortName FundRelatedTextType/UnlistedType
attribute IdentifiersType/OtherID/@FreeType
facets
Kind Value Annotation
maxLength 100
annotation
documentation
Text (max. 100 characters)
source <xs:simpleType name="Text100Type">
 
<xs:annotation>
   
<xs:documentation>Text (max. 100 characters)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="100"/>
 
</xs:restriction>
</xs:simpleType>


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