<xsd:simpleType name="PassiveOrAggressiveEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">On partial fill and fill order events, indicates whether the order was already resting on the order book and providing liquidity (passive) or the order initiated the trade and thus took liquidity (aggressive).This field shall be left blank if not relevant.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Passive">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">the order was already resting on the order book and providing liquidity.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Aggressive">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">the order initiated the trade and thus took liquidity.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|