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: 
instrumentId*, description?, currency?, exchangeId?, clearanceSystem?, definition?, relatedExchangeId*, optionsExchangeId*, specifiedExchangeId*, multiplier?, contractReference?, expirationDate?
</...>
Content Model Elements (12):
clearanceSystem (defined in UnderlyingAsset complexType),
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
All Direct / Indirect Based Elements (2):
exchangeTradedContractNearest (in rateOfReturn), exchangeTradedContractNearest (in variance)
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="xsd: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:
xsd:string, predefined, simple content
Specifies the contract that can be referenced, besides the undelyer type.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="contractReference" type="xsd: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.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.