simpleType "DayOfWeekExtEnum"
Namespace:
Defined:
Used:
Simple Content Model
("MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT" | "SUN") | ("WD" | "WN")
All Direct / Indirect Based Elements (2):
applicableDay (defined in SettlementPeriods complexType),
Known Usage Locations
Annotation
A day of the seven-day week, plus codes for weekends and weekdays.
Type Definition Detail
Type Derivation Tree
union of (DayOfWeekEnum | restriction of xsd:token)
  DayOfWeekExtEnum
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xsd:token
    Facets:
    enumeration:
    "WD"
     - 
    Weekdays
    "WN"
     - 
    Weekends
XML Source (w/o annotations (3); see within schema source)
<xsd:simpleType name="DayOfWeekExtEnum">
<xsd:union memberTypes="DayOfWeekEnum">
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="WD"/>
<xsd:enumeration value="WN"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.