Definition Type: Group
Name: PositionMaintenanceRequestElements
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-positions-base-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into Qty in schema fixml-positions-base-4-4_xsd Drilldown into TrdSes 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 PositionMaintenanceRequestElements in schema fixml-positions-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:group name="PositionMaintenanceRequestElements">
    <xs:sequence>
        <xs:element name="Pty" type="Parties_Block_t" maxOccurs="unbounded" />
        <xs:element name="Instrmt" type="Instrument_Block_t" />
        <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="TrdSes" type="TrdgSesGrp_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Qty" type="PositionQty_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 (1) (1)
Leg nsA:Leg 0 unbounded
Undly nsA:Undly 0 unbounded
TrdSes nsA:TrdSes 0 unbounded
Qty nsA:Qty (1) unbounded