<xs:attributeGroup name="PartyDetailsListReportAttributes">
<xs:attribute name="RptID" type="PartyDetailsListReportID_t" use="required" />
<xs:attribute name="ReqID" type="PartyDetailsListRequestID_t" use="optional" />
<xs:attribute name="Rslt" type="PartyDetailsRequestResult_t" use="optional" />
<xs:attribute name="TotNoPtyList" type="TotNoPartyList_t" use="optional" />
<xs:attribute name="LastFragment" type="LastFragment_t" use="optional" />
<xs:attribute name="Txt" type="Text_t" use="optional" />
<xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional" />
<xs:attribute name="EncTxt" type="EncodedText_t" use="optional" />
</xs:attributeGroup>
|