complexType "SimpleFra"
Namespace:
Content:
complex, 1 attribute, 9 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
instrumentId*, description?, currency?, exchangeId?, clearanceSystem?, definition?, startTerm?, endTerm?, dayCountFraction?
</...>
Content Model Elements (9):
clearanceSystem (defined in UnderlyingAsset complexType),
currency (defined in UnderlyingAsset complexType),
definition (defined in UnderlyingAsset complexType),
description (defined in IdentifiedAsset complexType),
endTerm,
exchangeId (defined in UnderlyingAsset complexType),
instrumentId (defined in IdentifiedAsset complexType),
All Direct / Indirect Based Elements (1):
simpleFra
Known Usage Locations
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset (extension)
      UnderlyingAsset (extension)
          SimpleFra
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="SimpleFra">
<xsd:complexContent>
<xsd:extension base="UnderlyingAsset">
<xsd:sequence>
<xsd:element minOccurs="0" name="startTerm" type="Period"/>
<xsd:element minOccurs="0" name="endTerm" type="Period"/>
<xsd:element minOccurs="0" name="dayCountFraction" type="DayCountFraction"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/9)
dayCountFraction
Type:
DayCountFraction, simple content
The day count basis for the FRA.
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="dayCountFraction" type="DayCountFraction"/>

endTerm
Type:
Period, complex content
Specifies the end term of the simple fra, e.g. 9M.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="endTerm" type="Period"/>

startTerm
Type:
Period, complex content
Specifies the start term of the simple fra, e.g. 3M.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="startTerm" type="Period"/>

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.