simpleType Text1000Type
type restriction of xs:string
properties
base xs:string
used by
elements ShareClassFeeType/CalculationMethod DistributionType/Comments ShareClassTypeType/Description HighWatermarkType/Description RiskCodeType/Description DocumentType/DocumentURL PRIIPS_NarrativesType/CEPT_Narrative/InvestmentObjective EarningType/PostingText
facets
Kind Value Annotation
maxLength 1000
annotation
documentation
Text (max. 1000 characters)
source <xs:simpleType name="Text1000Type">
 
<xs:annotation>
   
<xs:documentation>Text (max. 1000 characters)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="1000"/>
 
</xs:restriction>
</xs:simpleType>


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