complexType IndexType
diagram index_p1236.png
children SourceCompany Market RiskIndicator
annotation
documentation
Index Asset data information
source <xs:complexType name="IndexType">
 
<xs:annotation>
   
<xs:documentation>Index Asset data information</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SourceCompany" type="CompanyType" minOccurs="0"/>
   
<xs:element name="Market" minOccurs="0"/>
   
<xs:element name="RiskIndicator" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="high"/>
         
<xs:enumeration value="low"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element IndexType/SourceCompany
diagram index_p1237.png
type CompanyType
properties
minOcc 0
maxOcc 1
content complex
children Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany
source <xs:element name="SourceCompany" type="CompanyType" minOccurs="0"/>

element IndexType/Market
diagram index_p1238.png
properties
minOcc 0
maxOcc 1
source <xs:element name="Market" minOccurs="0"/>

element IndexType/RiskIndicator
diagram index_p1239.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration high
enumeration low
source <xs:element name="RiskIndicator" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="high"/>
     
<xs:enumeration value="low"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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