complexType "ExchangeTradedContract"
Namespace:
Content:
complex, 1 attribute, 12 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (12):
clearanceSystem,
contractReference,
currency (defined in UnderlyingAsset complexType),
definition (defined in UnderlyingAsset complexType),
description (defined in IdentifiedAsset complexType),
exchangeId (defined in UnderlyingAsset complexType),
expirationDate (defined in ExchangeTradedContract complexType),
instrumentId (defined in IdentifiedAsset complexType),
multiplier (defined in ExchangeTradedContract complexType),
optionsExchangeId,
relatedExchangeId,
specifiedExchangeId
Known Direct Subtypes (1):
ExchangeTradedOption
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
An exchange traded derivative contract.
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset (extension)
      UnderlyingAsset (extension)
          ExchangeTraded (extension)
              ExchangeTradedContract
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="ExchangeTradedContract">
<xsd:complexContent>
<xsd:extension base="ExchangeTraded">
<xsd:sequence>
<xsd:element minOccurs="0" name="multiplier" type="xsd:positiveInteger"/>
<xsd:element minOccurs="0" name="contractReference" type="String"/>
<xsd:element minOccurs="0" name="expirationDate" type="AdjustableOrRelativeDate"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/12)
contractReference
Type:
String, simple content
Specifies the contract that can be referenced, besides the undelyer type.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="contractReference" type="String"/>

expirationDate
Type:
AdjustableOrRelativeDate, complex content
The date when the contract expires.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="expirationDate" type="AdjustableOrRelativeDate"/>

multiplier
Type:
xsd:positiveInteger, predefined, simple content
Specifies the contract multiplier that can be associated with the number of units.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="multiplier" type="xsd:positiveInteger"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.