complexType "Period"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
period (defined in Period complexType),
periodMultiplier (defined in Period complexType)
Known Direct Subtypes (1):
Offset
Known Indirect Subtypes (4):
AdjustedRelativeDateOffset, FxFixingDate, RelativeDateOffset, RelativeDates
All Direct / Indirect Based Elements (24):
cashSettlementValuationDate,
earliestExerciseDateTenor,
exerciseFrequency,
feePaymentDate (defined in ExerciseFeeSchedule complexType),
feePaymentDate (in exerciseFee),
fixingDates,
fxFixingDate,
gracePeriod,
indexTenor,
initialFixingDate,
mandatoryEarlyTerminationDateTenor,
maximumMaturity,
paymentDaysOffset,
paymentFrequency (defined in BondCalculation.model group),
paymentFrequency (in periodicPayment),
rateCutOffDaysOffset,
relativeDate (defined in AdjustableOrRelativeDate complexType),
relativeDate (in cashSettlementPaymentDate),
relativeDates,
relativeEffectiveDate,
relativeTerminationDate,
tenor,
varyingNotionalFixingDates,
varyingNotionalInterimExchangePaymentDates
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 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.