complexType IndexType
diagram index_p852.png
namespace http://www.fundsxml.org/XMLSchema/3.1
children RiskIndicator Currency
used by
element SecurityFamillyType/Index
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="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:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Die Waehrung als ISO-Code</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element IndexType/RiskIndicator
diagram index_p853.png
namespace http://www.fundsxml.org/XMLSchema/3.1
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>

element IndexType/Currency
diagram index_p854.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type ISOCurrencyCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
annotation
documentation
Die Waehrung als ISO-Code
source <xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Die Waehrung als ISO-Code</xs:documentation>
 
</xs:annotation>
</xs:element>


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