<xs:simpleType name="EANGLNIdentifier"> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{13,13}" /> </xs:restriction> </xs:simpleType>