swec:BinaryBlock
Element information
Namespace: http://niem.gov/niem/external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-swe-common/1.0.0/dhs-gmo/1.0.0/data.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- swec:byteLength [1..1]
- swec:byteEncoding [1..1]
- swec:byteOrder [1..1]
- swec:encryption [0..1]
- swec:compression [0..1]
- swec:structure [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type swec:_EncodingType |
Used in
- Type swec:EncodingPropertyType (Element swec:encoding)
Substitution hierarchy
- swec:_Encoding
- can be substituted with swec:BinaryBlock
Sample instance
<swec:BinaryBlock id="ID"> <swec:byteLength>1</swec:byteLength> <swec:byteEncoding>urn:ogc:data:raw</swec:byteEncoding> <swec:byteOrder>urn:ogc:data:bigEndian</swec:byteOrder> <swec:encryption>urn:ogc:data:XOR</swec:encryption> <swec:compression>urn:ogc:data:gzip</swec:compression> <swec:structure> <swec:BinaryValue id="ID" dataType="urn:ogc:data:float" bitLength="1"/> </swec:structure> </swec:BinaryBlock>