Definition Type: Group
Name: AllocGrpElements
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-allocation-base-4-4.xsd
Collapse XSD Schema Diagram:
Drilldown into SetInstr in schema fixml-allocation-base-4-4_xsd Drilldown into ClrInst in schema fixml-allocation-base-4-4_xsd Drilldown into MiscFees in schema fixml-allocation-base-4-4_xsd Drilldown into Comm in schema fixml-allocation-base-4-4_xsd Drilldown into Pty in schema fixml-allocation-base-4-4_xsdXSD Diagram of AllocGrpElements in schema fixml-allocation-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:group name="AllocGrpElements">
    <xs:sequence>
        <xs:element name="Pty" type="NestedParties_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Comm" type="CommissionData_Block_t" minOccurs="0" />
        <xs:element name="MiscFees" type="MiscFeesGrp_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="ClrInst" type="ClrInstGrp_Block_t" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="SetInstr" type="SettlInstructionsData_Block_t" minOccurs="0" />
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Pty nsA:Pty 0 unbounded
Comm nsA:Comm 0 (1)
MiscFees nsA:MiscFees 0 unbounded
ClrInst nsA:ClrInst 0 unbounded
SetInstr nsA:SetInstr 0 (1)