<?xml version="1.0" encoding="utf-16"?> <xs:simpleType name="StringNsExtensionPattern"> <xs:restriction base="xs:string"> <xs:pattern value="\w+:[\w:/;_\-\\\+\.]*" /> </xs:restriction> </xs:simpleType>