complexType "Period"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
at 22 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 (1):
Known Indirect Subtypes (5):
All Direct / Indirect Based Elements (42):
feePaymentDate (defined in ExerciseFeeSchedule complexType),
indexTenor (in floatingRate defined in StubValue complexType),
paymentFrequency (defined in PeriodicPayment complexType),
relativeDate (defined in AdjustableOrRelativeDate complexType),
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 name="periodMultiplier" type="xsd:integer"/>
<xsd:element 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 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 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.