simpleType "PeriodTimeEnum"
Namespace:
Defined:
globally in fpml-enum-5-8.xsd; see XML source
Used:
Simple Content Model
("D" | "W" | "M" | "Y") | ("Hour" | "Minute" | "Second")
All Direct / Indirect Based Elements (1):
period (in velocity)
Known Usage Locations
Annotation
The specification of a time period containing additional values such as Term.
Type Definition Detail
Type Derivation Tree
union of (PeriodEnum | restriction of Token)
  PeriodTimeEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of Token
    Facets:
    enumeration:
    "Hour"
     - 
    Period measured in hours.
    "Minute"
     - 
    Period measured in minutes.
    "Second"
     - 
    Period measured in seconds.
XML Source (w/o annotations (4); see within schema source)
<xsd:simpleType name="PeriodTimeEnum">
<xsd:union memberTypes="PeriodEnum">
<xsd:simpleType>
<xsd:restriction base="Token">
<xsd:enumeration value="Hour"/>
<xsd:enumeration value="Minute"/>
<xsd:enumeration value="Second"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</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.