<xs:simpleType name="omCdname"> <xs:restriction base="xs:string"> <xs:pattern value="[a-z][a-z0-9_]*"/> </xs:restriction> </xs:simpleType>