Definition Type: Element
Name: BinaryBlock
Namespace: http://niem.gov/niem/external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0
Type: swec:_EncodingType
Containing Schema: data.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into structure in schema data_xsd Drilldown into compression in schema data_xsd Drilldown into encryption in schema data_xsd Drilldown into byteOrder in schema data_xsd Drilldown into byteEncoding in schema data_xsd Drilldown into byteLength in schema data_xsd Drilldown into id in schema data_xsd Drilldown into _EncodingType in schema data_xsdXSD Diagram of BinaryBlock in schema data_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="BinaryBlock" substitutionGroup="swec:_Encoding">
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="swec:_EncodingType">
                <xs:sequence>
                    <xs:element name="byteLength" type="xs:positiveInteger" />
                    <xs:element name="byteEncoding">
                        <xs:simpleType>
                            <xs:restriction base="xs:anyURI">
                                <xs:enumeration value="urn:ogc:data:raw" />
                                <xs:enumeration value="urn:ogc:data:hex" />
                                <xs:enumeration value="urn:ogc:data:base64" />
                            </xs:restriction>
                        </xs:simpleType>
                    </xs:element>
                    <xs:element name="byteOrder">
                        <xs:simpleType>
                            <xs:restriction base="xs:anyURI">
                                <xs:enumeration value="urn:ogc:data:bigEndian" />
                                <xs:enumeration value="urn:ogc:data:littleEndian" />
                            </xs:restriction>
                        </xs:simpleType>
                    </xs:element>
                    <xs:element name="encryption" minOccurs="0">
                        <xs:simpleType>
                            <xs:restriction base="xs:anyURI">
                                <xs:enumeration value="urn:ogc:data:XOR" />
                                <xs:enumeration value="urn:ogc:data:MD5" />
                            </xs:restriction>
                        </xs:simpleType>
                    </xs:element>
                    <xs:element name="compression" minOccurs="0">
                        <xs:simpleType>
                            <xs:restriction base="xs:anyURI">
                                <xs:enumeration value="urn:ogc:data:gzip" />
                                <xs:enumeration value="urn:ogc:data:bzip" />
                            </xs:restriction>
                        </xs:simpleType>
                    </xs:element>
                    <xs:element name="structure" minOccurs="0">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element ref="swec:_Binary" />
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
byteLength swec:byteLength (1) (1)
byteEncoding swec:byteEncoding (1) (1)
byteOrder swec:byteOrder (1) (1)
encryption swec:encryption 0 (1)
compression swec:compression 0 (1)
structure swec:structure 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id swec:id Optional
Collapse Derivation Tree:
Collapse References:
swec:_Encoding