XML Schema Documentation

Simple Type: PeriodExtendedEnum

[Table of contents]

Super-types: None
Sub-types: None
Name PeriodExtendedEnum
Content
  • Union of following types:
    • PeriodEnum
    • Locally defined type:
      • Base XSD Type: token
      • value comes from list: {'T'}
Documentation The specification of a time period containing additional values such as Term.
Diagram
Schema Component Representation
<xsd:simpleType name="PeriodExtendedEnum">
<xsd:union memberTypes=" PeriodEnum ">
<xsd:simpleType>
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="T"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>