complexType "Frequency"
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: 
periodMultiplier?, period?
</...>
Content Model Elements (2):
period (defined in Frequency complexType), periodMultiplier (defined in Frequency complexType)
Known Direct Subtypes (3):
CalculationPeriodFrequency, CommodityCalculationPeriodsSchedule, ResetFrequency
All Direct / Indirect Based Elements (11):
averagingPeriodFrequency,
calculationPeriodFrequency (defined in PeriodicDates complexType),
calculationPeriodFrequency (in calculationPeriodDates),
calculationPeriodFrequency (in observationSchedule),
calculationPeriodsSchedule (defined in CommodityCalculationPeriods.model group),
calculationPeriodsSchedule (in commodityOption),
observationPeriodFrequency,
paymentFrequency (in paymentDates defined in InterestRateStream complexType),
periodsSchedule,
resetFrequency (in interestLegResetDates),
resetFrequency (in resetDates)
Known Usage Locations
Annotation
A type defining a time frequency, e.g. one day, three months. Used for specifying payment or calculation frequencies at which the value T (Term) is applicable.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Frequency">
<xsd:sequence>
<xsd:element minOccurs="0" name="periodMultiplier" type="xsd:positiveInteger"/>
<xsd:element minOccurs="0" name="period" type="PeriodExtendedEnum"/>
</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:
PeriodExtendedEnum, simple content
A time period, e.g. a day, week, month, year or term of the stream.
Simple Content
("D" | "W" | "M" | "Y") | "T"
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="period" type="PeriodExtendedEnum"/>

periodMultiplier
Type:
xsd:positiveInteger, predefined, simple content
A time period multiplier, e.g. 1, 2 or 3 etc. If the period value is T (Term) then periodMultiplier must contain the value 1.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="periodMultiplier" type="xsd:positiveInteger"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.