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