<xs:attributeGroup name="StreamAssignmentReportACKAttributes">
<xs:attribute name="ActTyp" type="StreamAsgnAckType_t" use="required" />
<xs:attribute name="RptID" type="StreamAsgnRptID_t" use="required" />
<xs:attribute name="RejRsn" type="StreamAsgnRejReason_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>
|