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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RecurrenceType">
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="OccursEveryQuantity" />
        <xsd:element minOccurs="0" ref="EveryDayIndicator" />
        <xsd:element minOccurs="0" ref="Frequency" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="DayOfWeek" />
        <xsd:element minOccurs="0" ref="OfEveryQuantity" />
    </xsd:sequence>
    <xsd:attribute name="pattern" type="RecurrencePatternCodeContentType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OccursEveryQuantity oagis:OccursEveryQuantity 0 (1)
EveryDayIndicator oagis:EveryDayIndicator 0 (1)
Frequency oagis:Frequency 0 (1)
DayOfWeek oagis:DayOfWeek 0 unbounded
OfEveryQuantity oagis:OfEveryQuantity 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
pattern oagis:pattern Optional
Collapse Derivation Tree:
Collapse References:
oagis:Recurrence