| namespace | http://www.omg.org/space/xtce | ||
| type | duration | ||
| properties |
|
||
| used by | |||
| annotation |
|
||
| source | <simpleType name="RelativeTimeType"> <annotation> <documentation xml:lang="en">Used to describe a relative time. Normally used for time offsets. A Relative time is expressed as PnYn MnDTnH nMnS, where nY represents the number of years, nM the number of months, nD the number of days, 'T' is the date/time separator, nH the number of hours, nM the number of minutes and nS the number of seconds. The number of seconds can include decimal digits to arbitrary precision. For example, to indicate a duration of 1 year, 2 months, 3 days, 10 hours, and 30 minutes, one would write: P1Y2M3DT10H30M. One could also indicate a duration of minus 120 days as: -P120D. An extension of Schema duration type. </documentation> </annotation> <restriction base="duration"/> </simpleType> |