<xs:attributeGroup name="DetailResponseGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Used to determine the level of detail in the response.</xs:documentation>
</xs:annotation>
<xs:attribute name="DetailResponse" type="xs:boolean" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">To indicate whether full details should be returned in the response. "True" indicates details should be included and "false" means details are not required.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|