DateTimeGroup

cccomment

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Day DayOfWeekCodeType optional
**************************************- A three letter
abbreviation for the days of the week or Daily for something happening / that
can happen daily **************************************-
**************************************- Maintenance:
DF/2003-11-13: Comment copied from type definition
**************************************-
Moment DayMomentCodeType optional
**************************************- 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 **>
AllDay: no preference. This is the same as if that information was omitted.
**************************************-
**************************************- Maintenance:
DF/2003-11-13: Comment copied from type definition
**************************************-
Unit DurationUnitCodeType optional
Value DateOrDurationType optional

Used By

Source

<xs:attributeGroup name="DateTimeGroup">
  <xs:annotation>
    <xs:documentation>cccomment</xs:documentation>
  </xs:annotation>
  <xs:attribute name="Day" type="DayOfWeekCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>**************************************- A three letter abbreviation for the days of the week or Daily for something happening / that can happen daily **************************************-</xs:documentation>
      <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment copied from type definition **************************************-</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="Moment" type="DayMomentCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>**************************************- 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 **> AllDay: no preference. This is the same as if that information was omitted. **************************************-</xs:documentation>
      <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment copied from type definition **************************************-</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="Value" type="DateOrDurationType" use="optional"/>
  <xs:attribute name="Unit" type="DurationUnitCodeType" use="optional"/>
</xs:attributeGroup>