Definition Type: SimpleType
Name: HexBinaryObjectType
Namespace: http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1
Containing Schema: QualifiedDataTypes.xsd
Documentation:
QDT000001 QDT Hex_ Binary Object. Type 1.0 hexBinary represents arbitrary hex-encoded binary data. The ·value space· of hexBinary is the set of finite-length sequences of binary octets. Binary Object Hex binary
Collapse XSD Schema Diagram:
XSD Diagram of HexBinaryObjectType in schema qualifieddatatypes_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="HexBinaryObjectType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            <ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">QDT000001</ccts:UniqueID>
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">QDT</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Hex_ Binary Object. Type</ccts:DictionaryEntryName>
            <ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">1.0</ccts:VersionID>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">hexBinary represents arbitrary hex-encoded binary data. The ·value space· of hexBinary is the set of finite-length sequences of binary octets.</ccts:DefinitionText>
            <ccts:RepresentationTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Binary Object</ccts:RepresentationTermName>
            <ccts:QualifierTerm xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Hex</ccts:QualifierTerm>
            <ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">binary</ccts:PrimitiveType>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:hexBinary" />
</xsd:simpleType>