Definition Type: AttributeGroup
Name: DurationGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Allows selection of one or more preferred durations, or a range of durations.
Collapse XSD Schema Diagram:
Drilldown into ListOfDurations in schema ota_cruisecommontypes_xsd Drilldown into MaxDuration in schema ota_cruisecommontypes_xsd Drilldown into MinDuration in schema ota_cruisecommontypes_xsdXSD Diagram of DurationGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="DurationGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Allows selection of one or more preferred durations, or a range of durations.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="MinDuration" type="DurationType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The shortest duration for the search.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="MaxDuration" type="DurationType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The longest duration for the search.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ListOfDurations" type="ListOfDurationsType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A list of individual durations to be included in the response.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
MinDuration MinDuration Optional
MaxDuration MaxDuration Optional
ListOfDurations ListOfDurations Optional