XML Schema Documentation

Complex Type: Frequency

[Table of contents]

Super-types: None
Sub-types:
Name Frequency
Abstract no
Documentation 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 Instance Representation
<...
id=" xsd:ID [0..1]">
<periodMultiplier> xsd:integer </periodMultiplier> [1]

'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. If the period value is T (Term) then periodMultiplier must contain the value 1.'

<period> PeriodExtendedEnum </period> [1]

'A time period, e.g. a day, week, month, year or term of the stream. If the periodMultiplier value is 0 (zero) then period must contain the value D (day).'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Frequency">
<xsd:sequence>
<xsd:element name="periodMultiplier" type=" xsd:integer "/>
<xsd:element name="period" type=" PeriodExtendedEnum "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>