| namespace | http://www.omg.org/space/xtce | ||||||
| type | restriction of string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <simpleType name="OctalType"> <annotation> <documentation xml:lang="en">A simple restriction on string for hexadecimal numbers. Must be in 0o or 0O form.</documentation> </annotation> <restriction base="string"> <pattern value="0[oO][0-7]+"/> </restriction> </simpleType> |