DayCodeType

**************************************- Maintenance: DF/2003-11-13:
Comment corrected DF/2003-11-13: Comment copied to DateTimeGroup
**************************************- A three letter abbreviation for the days of
the week or Daily for something happening / that can happen daily
**************************************-

Simple Type Information

Source

<xs:simpleType name="DayCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to DateTimeGroup **************************************- A three letter abbreviation for the days of the week or Daily for something happening / that can happen daily **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Mon"/>
    <xs:enumeration value="Tue"/>
    <xs:enumeration value="Wed"/>
    <xs:enumeration value="Thu"/>
    <xs:enumeration value="Fri"/>
    <xs:enumeration value="Sat"/>
    <xs:enumeration value="Sun"/>
    <xs:enumeration value="Daily"/>
    <xs:enumeration value="Today"/>
  </xs:restriction>
</xs:simpleType>