<xs:simpleType name="URIREF"> <xs:restriction base="xs:string"> <xs:pattern value="#\c*"/> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType>