<xsd:simpleType name="PositionTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Specifies whether a position is long (the transactor owns the securities) or short (the transactor has borrowed the securities).</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Long">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">A long position indicates that the transactor owns the securities in question.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Short">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">A short position indicates that the transactor does not own the securities in question, but rather is borrowing the securities.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|