<xs:attributeGroup name="RegistrationInstructionsAttributes">
<xs:attribute name="ID" type="RegistID_t" use="required" />
<xs:attribute name="TransTyp" type="RegistTransType_t" use="required" />
<xs:attribute name="RefID" type="RegistRefID_t" use="required" />
<xs:attribute name="ClOrdID" type="ClOrdID_t" use="optional" />
<xs:attribute name="Acct" type="Account_t" use="optional" />
<xs:attribute name="AcctIDSrc" type="AcctIDSource_t" use="optional" />
<xs:attribute name="AcctTyp" type="RegistAcctType_t" use="optional" />
<xs:attribute name="TaxAdvantageTyp" type="TaxAdvantageType_t" use="optional" />
<xs:attribute name="OwnershipTyp" type="OwnershipType_t" use="optional" />
</xs:attributeGroup>
|