<xs:group name="PositionMaintenanceReportElements">
<xs:sequence>
<xs:element name="Pty" type="Parties_Block_t" minOccurs="0" 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:element name="Amt" type="PositionAmountData_Block_t" maxOccurs="unbounded" />
</xs:sequence>
</xs:group>
|