complexType "Period"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
at 32 locations
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
period (defined in Period complexType),
periodMultiplier (defined in Period complexType)
Known Direct Subtypes (2):
Known Indirect Subtypes (7):
All Direct / Indirect Based Elements (70):
calculationDate (defined in WeatherLegCalculation complexType),
dateOffset (defined in RelativeDateSequence complexType),
feePaymentDate (defined in ExerciseFeeSchedule complexType),
indexTenor (defined in ForecastRateIndex complexType),
indexTenor (in floatingRate defined in StubValue complexType),
noticePeriod (defined in PartyNoticePeriod complexType),
offset (defined in OffsetPrevailingTime complexType),
offset (in dateOffset defined in FxSchedule complexType),
paymentFrequency (defined in PeriodicPayment complexType),
relativeDate (defined in AdjustableOrRelativeDate complexType),
relativeDate (defined in Composite complexType),
relativeDates (defined in AdjustableOrRelativeDates complexType),
tenorPeriod (defined in FxTenor.model group),
Known Usage Locations
Annotation
A type to define recurring periods or time offsets.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Period">
<xsd:sequence>
<xsd:element minOccurs="0" name="periodMultiplier" type="xsd:integer"/>
<xsd:element minOccurs="0" name="period" type="PeriodEnum"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
period
Type:
PeriodEnum, simple content
A time period, e.g. a day, week, month or year of the stream. If the periodMultiplier value is 0 (zero) then period must contain the value D (day).
Simple Content
enumeration of xsd:token
Enumeration:
"D"
 - 
Day.
"W"
 - 
Week.
"M"
 - 
Month.
"Y"
 - 
Year.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="period" type="PeriodEnum"/>

periodMultiplier
Type:
xsd:integer, predefined, simple content
A time period multiplier, e.g. 1, 2 or 3 etc. A negative value can be used when specifying an offset relative to another date, e.g. -2 days.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="periodMultiplier" type="xsd:integer"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.