simpleType NameType
namespace http://www.omg.org/space/xtce
type restriction of string
properties
base string
used by
attributes AggregateDataType/MemberList/Member/@name NameDescriptionType/@name OptionalNameDescriptionType/@name
facets
Kind Value Annotation
pattern [a-zA-Z0-9_\-]*
annotation
documentation
Used for "directory" style unique names.  We need to preclude spaces, '.', '/', ':", "[" and "]".   Only letters, digits, '_', ' ' and "-" are allowed
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy