Definition Type: AttributeGroup
Name: MaxResponsesGroup
Containing Schema: OTA_CommonTypes.xsd
Documentation:
Used to specify the maximum number of responses to a request.
Collapse XSD Schema Diagram:
Drilldown into MaxResponses in schema ota_commontypes_xsd1XSD Diagram of MaxResponsesGroup in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="MaxResponsesGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to specify the maximum number of responses to a request.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="MaxResponses" type="xs:positiveInteger" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">A positive integer value that indicates the maximum number of responses desired in the return.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
MaxResponses MaxResponses Optional