IdentificationPropertyRestrictedString Simple Type

Type

restriction of string

Facets

pattern[a-zA-Z_]([a-zA-Z_0-9 ])*

Source

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IdentificationPropertyRestrictedString">
    <xs:restriction base="xs:string">
        <xs:pattern value="[a-zA-Z_]([a-zA-Z_0-9 ])*" />
    </xs:restriction>
</xs:simpleType>