simpleType "TriggerTimeTypeEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"Closing"
 - 
The close of trading on a day would be considered for valuation.
"Anytime"
 - 
At any time during the Knock Determination period (continuous barrier).

All Direct / Indirect Based Elements (2):
triggerTimeType (in trigger defined in TriggerEvent complexType)
Known Usage Locations
Annotation
The time of day which would be considered for valuing the knock event.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  TriggerTimeTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"Closing"
 - 
The close of trading on a day would be considered for valuation.
"Anytime"
 - 
At any time during the Knock Determination period (continuous barrier).
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="TriggerTimeTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Closing"/>
<xsd:enumeration value="Anytime"/>
</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.