<xs:simpleType name="QCode"> <xs:restriction base="xs:string"> <xs:pattern value="[^\s:]+:[^\s]+"/> </xs:restriction> </xs:simpleType>