simpleType "PositionTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Long"
 - 
A long position indicates that the transactor owns the securities in question.
"Short"
 - 
A short position indicates that the transactor does not own the securities in question, but rather is borrowing the securities.

All Direct / Indirect Based Elements (1):
type  (in holding)
Known Usage Locations
Annotation
Specifies whether a position is long (the transactor owns the securities) or short (the transactor has borrowed the securities).
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  PositionTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Long"
 - 
A long position indicates that the transactor owns the securities in question.
"Short"
 - 
A short position indicates that the transactor does not own the securities in question, but rather is borrowing the securities.
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="PositionTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Long"/>
<xsd:enumeration value="Short"/>
</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.