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