| namespace | http://www.omg.org/space/xtce | ||
| type | union of (date, restriction of string) | ||
| used by |
|
||
| annotation |
|
||
| source | <simpleType name="EpochType"> <annotation> <documentation xml:lang="en">Epochs may be specified as a date or TAI (which correlates to 1 January 1958)</documentation> </annotation> <union memberTypes="date"> <simpleType> <restriction base="string"> <enumeration value="TAI"/> </restriction> </simpleType> </union> </simpleType> |