<xs:simpleType name="encryptedDataFormatType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:int"> <xs:pattern value="\d{1}" /> <xs:minInclusive value="1" /> <xs:maxInclusive value="2" /> </xs:restriction> </xs:simpleType>