simpleType "StandardSettlementStyleEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Standard"
 - 
This trade will settle using standard pre-determined funds settlement instructions.
"Net"
 - 
This trade is a candidate for settlement netting.
"StandardAndNet"
 - 
This trade will settle using standard pre-determined funds settlement instructions and is a candidate for settlement netting.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The code specification of whether a trade is settling using standard settlement instructions as well as whether it is a candidate for settlement netting.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  StandardSettlementStyleEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Standard"
 - 
This trade will settle using standard pre-determined funds settlement instructions.
"Net"
 - 
This trade is a candidate for settlement netting.
"StandardAndNet"
 - 
This trade will settle using standard pre-determined funds settlement instructions and is a candidate for settlement netting.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="StandardSettlementStyleEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Standard"/>
<xsd:enumeration value="Net"/>
<xsd:enumeration value="StandardAndNet"/>
</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.