<xs:simpleType name="OdometerReadingType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:maxLength value="7" /> <xs:pattern value="\d{1,7}" /> </xs:restriction> </xs:simpleType>