Definition Type: SimpleType
Name: EncodingBase
Namespace: http://www.openapplications.org/oagis
Containing Schema: Enums.xsd
Documentation:
The standard set of encoding types from ???
Collapse XSD Schema Diagram:
XSD Diagram of EncodingBase in schema enums_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration base64
Enumeration octal
Enumeration binary
Enumeration plainText