group "FacilityDates.model"
Namespace:
Content:
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
Complex Content Model
startDate, expiryDate?, maturityDate?
Content Model Elements (3):
expiryDate (defined in FacilityDates.model group),
maturityDate (defined in FacilityDates.model group),
startDate (defined in FacilityDates.model group)
Known Usage Locations
Annotation
A model which contains all relevant dates related to a specific facility.
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="FacilityDates.model">
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="expiryDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="maturityDate" type="xsd:date"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
expiryDate
Type:
xsd:date, predefined, simple content
The latest date that a drawdown can be made effective against the facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="expiryDate" type="xsd:date"/>

maturityDate
Type:
xsd:date, predefined, simple content
The maturity date of the facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="maturityDate" type="xsd:date"/>

startDate
Type:
xsd:date, predefined, simple content
The start date of the facility.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="startDate" type="xsd:date"/>

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.