<xs:simpleType name="EncodingBase"> <xs:annotation> <xs:documentation source="http://www.openapplications.org/oagis">The standard set of encoding types from ???</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="base64" /> <xs:enumeration value="octal" /> <xs:enumeration value="binary" /> <xs:enumeration value="plainText" /> </xs:restriction> </xs:simpleType>