XML Schema Documentation

Model Group: Interval.model

[Table of contents]

Name Interval.model
Used by (from the same schema document) Complex Type Interval
XML Instance Representation
<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> PeriodEnum </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:group name="Interval.model">
<xsd:sequence>
<xsd:element name="periodMultiplier" type=" xsd:integer "/>
<xsd:element name="period" type=" PeriodEnum "/>
</xsd:sequence>
</xsd:group>