Definition Type: Group
Name: AssignmentReportElements
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-positions-base-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into Amt in schema fixml-positions-base-4-4_xsd Drilldown into Qty in schema fixml-positions-base-4-4_xsd Drilldown into Undly in schema fixml-positions-base-4-4_xsd Drilldown into Leg in schema fixml-positions-base-4-4_xsd Drilldown into Instrmt in schema fixml-positions-base-4-4_xsd Drilldown into Pty in schema fixml-positions-base-4-4_xsdXSD Diagram of AssignmentReportElements in schema fixml-positions-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:group name="AssignmentReportElements">
    <xs:sequence>
        <xs:element name="Pty" type="Parties_Block_t" maxOccurs="unbounded" />
        <xs:element name="Instrmt" type="Instrument_Block_t" minOccurs="0" />
        <xs:element name="Leg" type="InstrmtLegGrp_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Undly" type="UndInstrmtGrp_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Qty" type="PositionQty_Block_t" maxOccurs="unbounded" />
        <xs:element name="Amt" type="PositionAmountData_Block_t" maxOccurs="unbounded" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Pty nsA:Pty (1) unbounded
Instrmt nsA:Instrmt 0 (1)
Leg nsA:Leg 0 unbounded
Undly nsA:Undly 0 unbounded
Qty nsA:Qty (1) unbounded
Amt nsA:Amt (1) unbounded