complexType "ExchangeTradedContract"
Namespace:
Content:
complex, 1 attribute, 12 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (12):
currency (defined in UnderlyingAsset complexType),
exchangeId (defined in UnderlyingAsset complexType),
expirationDate (defined in ExchangeTradedContract complexType),
instrumentId (defined in IdentifiedAsset complexType),
multiplier (defined in ExchangeTradedContract complexType),
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (4):
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="PositiveDecimal"/>
<xsd:element minOccurs="0" name="contractReference" type="NonEmptyToken"/>
<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:
NonEmptyToken, simple content
Specifies the contract that can be referenced, besides the undelyer type.
Simple Content
xsd:token
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="contractReference" type="NonEmptyToken"/>

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:
PositiveDecimal, simple content
Specifies the contract multiplier that can be associated with the number of units.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="multiplier" type="PositiveDecimal"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.