Definition Type: Group
Name: InstrmtLegSecListGrpElements
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-components-base-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into BnchmkCurve in schema fixml-components-base-4-4_xsd Drilldown into Stip in schema fixml-components-base-4-4_xsd Drilldown into Leg in schema fixml-components-base-4-4_xsdXSD Diagram of InstrmtLegSecListGrpElements in schema fixml-components-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:group name="InstrmtLegSecListGrpElements">
    <xs:sequence>
        <xs:element name="Leg" type="InstrumentLeg_Block_t" minOccurs="0" />
        <xs:element name="Stip" type="LegStipulations_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="BnchmkCurve" type="LegBenchmarkCurveData_Block_t" minOccurs="0" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Leg nsA:Leg 0 (1)
Stip nsA:Stip 0 unbounded
BnchmkCurve nsA:BnchmkCurve 0 (1)