<xsd:complexType name="DefinePosition">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that allows a position to be defined. It includes identification information (ID and version), trade information, etc.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Position">
<xsd:sequence>
<xsd:element name="forceMatch" type="PositionReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation>An optional reference to a position supplied by the matching party that is known to match this one.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|