| namespace | http://www.omg.org/space/xtce | ||||||
| type | restriction of string | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <simpleType name="NameType"> <annotation> <documentation xml:lang="en">Used for "directory" style unique names. We need to preclude spaces, '.', '/', ':", "[" and "]". Only letters, digits, '_', ' ' and "-" are allowed </documentation> </annotation> <restriction base="string"> <pattern value="[a-zA-Z0-9_\-]*"/> </restriction> </simpleType> |