simpleType "RealisedVarianceMethodEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Previous"
 - 
For a return on day T, the observed price on T-1 must be in range.
"Last"
 - 
For a return on day T, the observed price on T must be in range.
"Both"
 - 
For a return on day T, the observed prices on both T and T-1 must be in range
MinLength:
0

All Direct / Indirect Based Elements (1):
realisedVarianceMethod
Known Usage Locations
Annotation
The contract specifies whether which price must satisfy the boundary condition.
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  Token (restriction)
      RealisedVarianceMethodEnum
Derivation:
restriction of Token
Facets:
enumeration:
"Previous"
 - 
For a return on day T, the observed price on T-1 must be in range.
"Last"
 - 
For a return on day T, the observed price on T must be in range.
"Both"
 - 
For a return on day T, the observed prices on both T and T-1 must be in range
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="RealisedVarianceMethodEnum">
<xsd:restriction base="Token">
<xsd:enumeration value="Previous"/>
<xsd:enumeration value="Last"/>
<xsd:enumeration value="Both"/>
</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.