Definition Type: AttributeGroup
Name: DatePeriodGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to define a period of time using either actual dates or a day and month.
Collapse XSD Schema Diagram:
Drilldown into EndPeriod in schema ota_commontypes_xsd1 Drilldown into Duration in schema ota_commontypes_xsd1 Drilldown into StartPeriod in schema ota_commontypes_xsd1XSD Diagram of DatePeriodGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="DatePeriodGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to define a period of time using either actual dates or a day and month.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="StartPeriod" type="DateOrMonthDay" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Defines the start of a period either the day and month or the actual date.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Duration" type="DurationType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Defines the duration of a period.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="EndPeriod" type="DateOrMonthDay" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Defines the end of a period either the day and month or the actual date.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
StartPeriod StartPeriod Optional
Duration Duration Optional
EndPeriod EndPeriod Optional