<xs:simpleType name="GLNType"> <xs:restriction base="xs:string"> <xs:length value="13"/> <xs:pattern value="\d+"/> </xs:restriction> </xs:simpleType>