group "ParametricSchedule.model"
Namespace:
Content:
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
Complex Content Model
Content Model Elements (8):
businessCenters (defined in BusinessCentersOrReference.model group),
businessCentersReference,
dateAdjustments (defined in ParametricSchedule.model group),
dayType (defined in ParametricSchedule.model group),
endDate (defined in ParametricSchedule.model group),
endDate (defined in ParametricSchedule.model group),
observationFrequency,
startDate (defined in ParametricSchedule.model group)
Known Usage Locations
Annotation
The schedule defined by the set of parameters to be able to calculate the schedule of adjusted date. The combination of the [start/endDate + dayType + businessCenters] will be used only to represent a daily schedule and the combination of [start/endDate + observationFrequency + dateAdjustments] for parametric representation of the schedules other than daily schedule.
XML Source (w/o annotations (8); see within schema source)
<xsd:group name="ParametricSchedule.model">
<xsd:sequence>
<xsd:choice>
<xsd:sequence>
<xsd:element name="startDate" type="xsd:date"/>
<xsd:element minOccurs="0" name="endDate" type="xsd:date"/>
</xsd:sequence>
<xsd:element name="endDate" type="xsd:date"/>
</xsd:choice>
<xsd:choice>
<xsd:sequence>
<xsd:element name="observationFrequency" type="ObservationFrequency"/>
<xsd:element minOccurs="0" name="dateAdjustments" type="BusinessDayAdjustments"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" name="dayType" type="DayTypeEnum"/>
<xsd:group minOccurs="0" ref="BusinessCentersOrReference.model"/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 6/8)
dateAdjustments
Type:
BusinessDayAdjustments, complex content
Date adjustments applied to the schedule including the business day convention and the business centers.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="dateAdjustments" type="BusinessDayAdjustments"/>

dayType
Type:
DayTypeEnum, simple content
A day type classification, e.g. Business, Calendar, etc.
Simple Content
enumeration of xsd:token
Enumeration:
"Business"
 - 
When calculating the number of days between two dates the count includes only business days.
"Calendar"
 - 
When calculating the number of days between two dates the count includes all calendar days.
"CommodityBusiness"
 - 
When calculating the number of days between two dates the count includes only commodity business days.
"CurrencyBusiness"
 - 
When calculating the number of days between two dates the count includes only currency business days.
"ExchangeBusiness"
 - 
When calculating the number of days between two dates the count includes only stock exchange business days.
"ScheduledTradingDay"
 - 
When calculating the number of days between two dates the count includes only scheduled trading days.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="dayType" type="DayTypeEnum"/>

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

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

observationFrequency
Type:
ObservationFrequency, complex content
Defines the frequency at which calculation period end dates occur within the period schedule and their roll date convention.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="observationFrequency" type="ObservationFrequency"/>

startDate
Type:
xsd:date, predefined, simple content
Start of the schedule.
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.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.