DayMomentCodeType

**************************************- Maintenance: DF/2003-11-13:
Comment corrected DF/2003-11-13: Comment copied to DateTimeGroup and TelephoneGroup
**************************************- Moments of the day can be useful in search
criteria or to express rules such as Flying daily. It can also be used to qualify
information, such as Evening phone. There are several types of codes which are
naturally used together: **> AM/PM **> PreviousDay / SameDay / NextDay **>
Morning / Noon / Afternoon / Evening / Night **> DayTime / Evening / Night is
usually used for telephone restrictions, but the list is not limitative. **>
AllDay: no preference. This is the same as if that information was omitted.
**************************************-

Simple Type Information

Used By

Source

<xs:simpleType name="DayMomentCodeType">
  <xs:annotation>
    <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to DateTimeGroup and TelephoneGroup **************************************- Moments of the day can be useful in search criteria or to express rules such as Flying daily. It can also be used to qualify information, such as Evening phone. There are several types of codes which are naturally used together: **> AM/PM **> PreviousDay / SameDay / NextDay **> Morning / Noon / Afternoon / Evening / Night **> DayTime / Evening / Night is usually used for telephone restrictions, but the list is not limitative. **> AllDay: no preference. This is the same as if that information was omitted. **************************************-</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Afternoon"/>
    <xs:enumeration value="AllDay"/>
    <xs:enumeration value="AM"/>
    <xs:enumeration value="Automatic">
      <xs:annotation>
        <xs:documentation xml:lang="EN">In some cases, a spcific moment may not be provided with an action because action is autiomatically triggered. This would be specified by the use of this value in the parent attribute</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DayAfter">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Expresses a difference of two days after a date (for instance used in GDS display to express an arrival two days after departure).</xs:documentation>
        <xs:appinfo>§Hist+DF+2012-02-24+ADD</xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DayTime"/>
    <xs:enumeration value="Evening"/>
    <xs:enumeration value="Immediately"/>
    <xs:enumeration value="Morning"/>
    <xs:enumeration value="NextDay">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Expresses a difference of one day after a date (for instance used in GDS display to express an arrival one day after departure).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Night"/>
    <xs:enumeration value="NonStop"/>
    <xs:enumeration value="Noon"/>
    <xs:enumeration value="Now"/>
    <xs:enumeration value="Once"/>
    <xs:enumeration value="PreviousDay">
      <xs:annotation>
        <xs:documentation xml:lang="EN">Expresses a difference of one day before a date (for instance used in GDS display to express an arrival one day before departure).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PM"/>
    <xs:enumeration value="SameDay"/>
  </xs:restriction>
</xs:simpleType>