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 DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.