TestingEnvironment Schema
RestrictedString Simple Type
Namespace(none)
Type
Restriction of xs:string
Diagram
RestrictedString Simple Type
Overview
RestrictedString Restriction of xs:string
Facets
Pattern[a-zA-Z_]([a-zA-Z_0-9])*
Source
<xs:simpleType name="RestrictedString" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:pattern value="[a-zA-Z_]([a-zA-Z_0-9])*"  />
  </xs:restriction>
</xs:simpleType>
See Also