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_xsd1 Drilldown into DayOfWeek in schema fields_xsd1 Drilldown into Frequency in schema fields_xsd1 Drilldown into EveryDayIndicator in schema fields_xsd1 Drilldown into OccursEveryQuantity in schema fields_xsd1 Drilldown into pattern in schema components_xsd1XSD Diagram of RecurrenceType in schema components_xsd1 (HR-XML - Human Resources XML)
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 oa:OccursEveryQuantity 0 (1)
EveryDayIndicator oa:EveryDayIndicator 0 (1)
Frequency oa:Frequency 0 (1)
DayOfWeek oa:DayOfWeek 0 unbounded
OfEveryQuantity oa:OfEveryQuantity 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
pattern oa:pattern Optional
Collapse Derivation Tree:
Collapse References:
oa:Recurrence