Definition Type: AttributeGroup
Name: ResponseGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Indicates that additional records are available and provides the echo token to be used to retrieve those records.
Collapse XSD Schema Diagram:
Drilldown into MaxResponses in schema ota_commontypes_xsd1 Drilldown into MaxResponsesGroup in schema ota_commontypes_xsd Drilldown into MoreDataEchoToken in schema ota_commontypes_xsd1 Drilldown into MoreIndicator in schema ota_commontypes_xsd1XSD Diagram of ResponseGroup in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="ResponseGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates that additional records are available and provides the echo token to be used to retrieve those records.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="MoreIndicator" type="xs:boolean" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">If true, this indicates more items are available. If false, no more items are available.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="MoreDataEchoToken" type="StringLength1to128" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A reference to the last response returned. Originally set in the response message and will be used in the next query for more details.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attributeGroup ref="MaxResponsesGroup">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to specify the maximum number of responses to a request.</xs:documentation>
        </xs:annotation>
    </xs:attributeGroup>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
MoreIndicator MoreIndicator Optional
MoreDataEchoToken MoreDataEchoToken Optional
MaxResponses MaxResponses Optional