simpleType "StandardSettlementStyleEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
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.
MinLength:
0

All Direct / Indirect Based Elements (1):
standardSettlementStyle
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.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      StandardSettlementStyleEnum
Derivation:
restriction of 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="Token">
<xsd:enumeration value="Standard"/>
<xsd:enumeration value="Net"/>
<xsd:enumeration value="StandardAndNet"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.