complexType "TimeDimension"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
date (defined in TimeDimension complexType),
tenor (defined in TimeDimension complexType),
tenor (defined in TimeDimension complexType)
All Direct / Indirect Based Elements (4):
term (in point defined in TermCurve complexType),
Known Usage Locations
Annotation
The time dimensions of a term-structure. The user must supply either a tenor or a date or both.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="TimeDimension">
<xsd:choice>
<xsd:element name="tenor" type="Period"/>
<xsd:sequence>
<xsd:element name="date" type="xsd:date"/>
<xsd:element minOccurs="0" name="tenor" type="Period"/>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
date
Type:
xsd:date, predefined, simple content
The absolute date corresponding to this term point, for example January 3, 2005.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="date" type="xsd:date"/>

tenor
Type:
Period, complex content
The amount of time from the base date of the pricing input to the specified term point, e.g. 6M or 5Y.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="tenor" type="Period"/>

tenor
Type:
Period, complex content
The amount of time from the base date of the pricing input to the specified term point, e.g. 6M or 5Y.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="tenor" 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.