Definition Type: ComplexType
Name: RecurrenceType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OfEveryQuantity in schema fields_xsd Drilldown into DayOfWeek in schema fields_xsd Drilldown into Frequency in schema fields_xsd Drilldown into EveryDayIndicator in schema fields_xsd Drilldown into OccursEveryQuantity in schema fields_xsd Drilldown into pattern in schema components_xsdXSD Diagram of RecurrenceType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="RecurrenceType">
    <xsd:sequence>
        <xsd:element ref="OccursEveryQuantity" minOccurs="0" />
        <xsd:element ref="EveryDayIndicator" minOccurs="0" />
        <xsd:element ref="Frequency" minOccurs="0" />
        <xsd:element ref="DayOfWeek" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OfEveryQuantity" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="pattern" type="RecurrencePatternCodeContentType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OccursEveryQuantity nsA:OccursEveryQuantity 0 (1)
EveryDayIndicator nsA:EveryDayIndicator 0 (1)
Frequency nsA:Frequency 0 (1)
DayOfWeek nsA:DayOfWeek 0 unbounded
OfEveryQuantity nsA:OfEveryQuantity 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
pattern nsA:pattern Optional
Collapse Derivation Tree:
Collapse References:
nsA:Recurrence