niem-xs:hexBinary

A data type for hex-encoded binary data.

Complex Type Information

Model

Source

<xs:complexType name="hexBinary">
  <xs:annotation>
    <xs:documentation>A data type for hex-encoded binary data.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:hexBinary">
      <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>