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: 
</...>
Content Model Elements (9):
currency (defined in UnderlyingAsset complexType),
definition (defined in UnderlyingAsset complexType),
description (defined in IdentifiedAsset complexType),
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 name="startTerm" type="Period"/>
<xsd:element 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
minLength:
0
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 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 name="startTerm" type="Period"/>

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.