<xs:attributeGroup name="BaseHeaderAttributes">
<xs:attribute name="SID" type="SenderCompID_t" use="optional" />
<xs:attribute name="TID" type="TargetCompID_t" use="optional" />
<xs:attribute name="OBID" type="OnBehalfOfCompID_t" use="optional" />
<xs:attribute name="D2ID" type="DeliverToCompID_t" use="optional" />
<xs:attribute name="SSub" type="SenderSubID_t" use="optional" />
<xs:attribute name="SLoc" type="SenderLocationID_t" use="optional" />
<xs:attribute name="TSub" type="TargetSubID_t" use="optional" />
<xs:attribute name="TLoc" type="TargetLocationID_t" use="optional" />
<xs:attribute name="OBSub" type="OnBehalfOfSubID_t" use="optional" />
<xs:attribute name="OBLoc" type="OnBehalfOfLocationID_t" use="optional" />
<xs:attribute name="D2Sub" type="DeliverToSubID_t" use="optional" />
<xs:attribute name="D2Loc" type="DeliverToLocationID_t" use="optional" />
<xs:attribute name="PosDup" type="PossDupFlag_t" use="optional" />
<xs:attribute name="PosRsnd" type="PossResend_t" use="optional" />
<xs:attribute name="Snt" type="SendingTime_t" use="optional" />
<xs:attribute name="OrigSnt" type="OrigSendingTime_t" use="optional" />
<xs:attribute name="MsgEncd" type="MessageEncoding_t" use="optional" />
</xs:attributeGroup>
|