<xs:simpleType name="osisGenRegex"> <xs:restriction base="xs:string"> <xs:pattern value="((((\p{L}|\p{N}|_)+)(\.(\p{L}|\p{N}|_))*:)?([^:\s])+)"/> </xs:restriction> </xs:simpleType>