simpleType Text500Type
type restriction of xs:string
properties
base xs:string
used by
elements TotalReturnType/CalculationMethod NamesType/FullName InvestorType/InvestorName CompanyType/LegalName NamesType/MarketingName CompanyType/Name LanguageNamesType/Name SegmentType/Name NamesType/OfficialName NamesType/PreviousName
facets
Kind Value Annotation
maxLength 500
annotation
documentation
Text (max. 500 characters)
source <xs:simpleType name="Text500Type">
 
<xs:annotation>
   
<xs:documentation>Text (max. 500 characters)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="500"/>
 
</xs:restriction>
</xs:simpleType>


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