<xs:simpleType name="SecondaryAllocID_t">
<xs:annotation>
<xs:documentation>
Secondary allocation identifier. Unlike the AllocID (70), this can be shared across a number of allocation instruction or allocation report messages, thereby making it possible to pass an identifier for an original allocation message on multiple messages (e.g. from one party to a second to a third, across cancel and replace messages etc.).
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="SecondaryAllocID" ComponentType="Field" Tag="793" Type="String" AbbrName="AllocID2" Category="Allocation" CategoryAbbrName="ID2" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="xs:string" />
</xs:simpleType>
|