**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to xxx **************************************- Duration unit used to indicate the whole duration of the associated item Standard Duration units such as Hour or Day as well as more travel specific durations such as Night, Weekend DayOfWeek : when the associated value is a list of days. For instance xxadd **************************************- |
<xs:simpleType name="DurationUnitCodeType"> <xs:annotation> <xs:documentation>**************************************- Maintenance: DF/2003-11-13: Comment corrected DF/2003-11-13: Comment copied to xxx **************************************- Duration unit used to indicate the whole duration of the associated item Standard Duration units such as Hour or Day as well as more travel specific durations such as Night, Weekend DayOfWeek : when the associated value is a list of days. For instance xxadd **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Day"> <xs:annotation> <xs:documentation xml:lang="FR">Jour</xs:documentation> <xs:documentation xml:lang="EN">Day</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="DayOfWeek"> <xs:annotation> <xs:documentation xml:lang="FR">Jour de la semaine</xs:documentation> <xs:documentation xml:lang="EN">Day of Week</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HalfDay"/> <xs:enumeration value="Hour"> <xs:annotation> <xs:documentation xml:lang="FR">Heure</xs:documentation> <xs:documentation xml:lang="EN">Hour</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Minute"> <xs:annotation> <xs:documentation xml:lang="FR">Minute</xs:documentation> <xs:documentation xml:lang="EN">Minute</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Night"> <xs:annotation> <xs:documentation xml:lang="FR">Nuit</xs:documentation> <xs:documentation xml:lang="EN">Night</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Month"> <xs:annotation> <xs:documentation xml:lang="FR">Mois</xs:documentation> <xs:documentation xml:lang="EN">Month</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unit"> <xs:annotation> <xs:documentation xml:lang="FR">Unité</xs:documentation> <xs:documentation xml:lang="EN">Unit</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Week"> <xs:annotation> <xs:documentation xml:lang="FR">Semaine</xs:documentation> <xs:documentation xml:lang="EN">Week</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Weekend"> <xs:annotation> <xs:documentation xml:lang="FR">Week end</xs:documentation> <xs:documentation xml:lang="EN">Week end</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Year"> <xs:annotation> <xs:documentation xml:lang="FR">Année</xs:documentation> <xs:documentation xml:lang="EN">Year</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |