<xs:element name="PinCode" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:unsignedLong"> <xs:totalDigits value="6" /> <xs:pattern value="[1-9]{1}[0-9]{5}" /> </xs:restriction> </xs:simpleType> </xs:element>