simpleType "PeriodTimeEnum"
Namespace:
Defined:
globally in fpml-enum-5-5.xsd; see XML source
Used:
never
Simple Content Model
("D" | "W" | "M" | "Y") | ("Hour" | "Minute" | "Second")
Annotation
The specification of a time period containing additional values such as Term.
Type Definition Detail
Type Derivation Tree
union of (PeriodEnum | restriction of xsd:token)
  PeriodTimeEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd: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="xsd: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.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.