Definition Type: SimpleType
Name: MacValue_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib.xsd
Documentation:
hexBinary has a lexical representation where each binary octet is encoded as a character tuple, consisting of two hexadecimal digits ([0-9a-fA-F]) representing the octet code. For example, "0FB7" is a hex encoding for the 16-bit integer 4023 (whose binary representation is 111110110111).
Collapse XSD Schema Diagram:
XSD Diagram of MacValue_Type in schema ifx170_corelib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:simpleType name="MacValue_Type">
    <xsd:annotation>
        <xsd:documentation>hexBinary has a lexical representation where each binary octet is encoded as a character tuple, consisting of two hexadecimal digits ([0-9a-fA-F]) representing the octet code. For example, "0FB7" is a hex encoding for the 16-bit integer 4023 (whose binary representation is 111110110111).</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="HexBinary" />
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
ifx:MacValue