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: 
</...>
Content Model Elements (2):
period (defined in Frequency complexType),
periodMultiplier (defined in Frequency complexType)
Known Direct Subtypes (5):
CalculationPeriodFrequency, CommodityCalculationPeriodsSchedule, GenericFrequency, GenericResetFrequency, ResetFrequency
All Direct / Indirect Based Elements (17):
averagingPeriodFrequency,
calculationPeriodFrequency (defined in PeriodicDates complexType),
calculationPeriodFrequency (in calculationPeriodDates),
calculationPeriodFrequency (in observationSchedule in asian in features in fxOption),
calculationPeriodsSchedule (defined in CommodityAsian.model group),
calculationPeriodsSchedule (defined in CommodityCalculationPeriods.model group),
calculationPeriodsSchedule (in commodityBasketOption),
exerciseFrequency (defined in CommodityAmericanExercise complexType),
exerciseFrequency (defined in CommodityEuropeanExercise complexType),
floatingStrikePricePerUnitSchedule,
paymentFrequency (defined in GenericProduct complexType),
paymentFrequency (in paymentDates defined in InterestRateStream complexType),
periodsSchedule,
resetFrequency (defined in GenericProduct complexType),
resetFrequency (in interestLegResetDates),
resetFrequency (in resetDates),
stepFrequency
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 name="periodMultiplier" type="xsd:positiveInteger"/>
<xsd:element 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 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 name="periodMultiplier" type="xsd:positiveInteger"/>

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.