complexType UnderlyingType
diagram index_p2076.png
children Type UniqueID Identifiers Nominale
used by
elements OptionType/Underlyings/Underlying FutureType/Underlyings/Underlying CertificateType/Underlyings/Underlying WarrantType/Underlyings/Underlying
source <xs:complexType name="UnderlyingType">
 
<xs:sequence>
   
<xs:element name="Type">
     
<xs:annotation>
       
<xs:documentation>Currency, Security, Future, Index</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="Currency"/>
         
<xs:enumeration value="Future"/>
         
<xs:enumeration value="Index"/>
         
<xs:enumeration value="Security"/>
         
<xs:enumeration value="Other"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="UniqueID" type="xs:IDREF" minOccurs="0"/>
   
<xs:element name="Identifiers" type="IdentifiersType"/>
   
<xs:element name="Nominale" type="xs:decimal" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element UnderlyingType/Type
diagram index_p2077.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
enumeration Currency
enumeration Future
enumeration Index
enumeration Security
enumeration Other
annotation
documentation
Currency, Security, Future, Index
source <xs:element name="Type">
 
<xs:annotation>
   
<xs:documentation>Currency, Security, Future, Index</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="Currency"/>
     
<xs:enumeration value="Future"/>
     
<xs:enumeration value="Index"/>
     
<xs:enumeration value="Security"/>
     
<xs:enumeration value="Other"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element UnderlyingType/UniqueID
diagram index_p2078.png
type xs:IDREF
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="UniqueID" type="xs:IDREF" minOccurs="0"/>

element UnderlyingType/Identifiers
diagram index_p2079.png
type IdentifiersType
properties
content complex
children ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID
source <xs:element name="Identifiers" type="IdentifiersType"/>

element UnderlyingType/Nominale
diagram index_p2080.png
type xs:decimal
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Nominale" type="xs:decimal" minOccurs="0"/>


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