complexType ShareClassTypeType
diagram index_p2009.png
children Code EarningUse Name Description
used by
elements ShareClassType/ShareClassType ShareClassDetailsType/ShareClassType
source <xs:complexType name="ShareClassTypeType">
 
<xs:sequence>
   
<xs:element name="Code" type="Text32Type">
     
<xs:annotation>
       
<xs:documentation>Country specific code for share class type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EarningUse" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>D ... Distributing
P ... Partly Distributing
R ... Reinvesting
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:length value="1"/>
         
<xs:enumeration value="D"/>
         
<xs:enumeration value="P"/>
         
<xs:enumeration value="R"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="Name" type="Text256Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Short description of share class type (keywords)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Description" type="Text1000Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Long description of share class type</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ShareClassTypeType/Code
diagram index_p2010.png
type Text32Type
properties
content simple
facets
Kind Value Annotation
maxLength 32
annotation
documentation
Country specific code for share class type
source <xs:element name="Code" type="Text32Type">
 
<xs:annotation>
   
<xs:documentation>Country specific code for share class type</xs:documentation>
 
</xs:annotation>
</xs:element>

element ShareClassTypeType/EarningUse
diagram index_p2011.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
length 1
enumeration D
enumeration P
enumeration R
annotation
documentation
D ... Distributing
P ... Partly Distributing
R ... Reinvesting
source <xs:element name="EarningUse" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>D ... Distributing
P ... Partly Distributing
R ... Reinvesting
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:length value="1"/>
     
<xs:enumeration value="D"/>
     
<xs:enumeration value="P"/>
     
<xs:enumeration value="R"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element ShareClassTypeType/Name
diagram index_p2012.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
annotation
documentation
Short description of share class type (keywords)
source <xs:element name="Name" type="Text256Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Short description of share class type (keywords)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ShareClassTypeType/Description
diagram index_p2013.png
type Text1000Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 1000
annotation
documentation
Long description of share class type
source <xs:element name="Description" type="Text1000Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Long description of share class type</xs:documentation>
 
</xs:annotation>
</xs:element>


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