Definition Type: Group
Name: TradeCaptureReportAckElements
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-tradecapture-base-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into Alloc in schema fixml-tradecapture-base-4-4_xsd Drilldown into TrdLeg in schema fixml-tradecapture-base-4-4_xsd Drilldown into TrdRegTS in schema fixml-tradecapture-base-4-4_xsd Drilldown into Instrmt in schema fixml-tradecapture-base-4-4_xsdXSD Diagram of TradeCaptureReportAckElements in schema fixml-tradecapture-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:group name="TradeCaptureReportAckElements">
    <xs:sequence>
        <xs:element name="Instrmt" type="Instrument_Block_t" />
        <xs:element name="TrdRegTS" type="TrdRegTimestamps_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="TrdLeg" type="TrdInstrmtLegGrp_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Alloc" type="TrdAllocGrp_Block_t" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Instrmt nsA:Instrmt (1) (1)
TrdRegTS nsA:TrdRegTS 0 unbounded
TrdLeg nsA:TrdLeg 0 unbounded
Alloc nsA:Alloc 0 unbounded