<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>
|