simpleType "PassiveOrAggressiveEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Passive"
 - 
the order was already resting on the order book and providing liquidity.
"Aggressive"
 - 
the order initiated the trade and thus took liquidity.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
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.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  PassiveOrAggressiveEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Passive"
 - 
the order was already resting on the order book and providing liquidity.
"Aggressive"
 - 
the order initiated the trade and thus took liquidity.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="PassiveOrAggressiveEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Passive"/>
<xsd:enumeration value="Aggressive"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.