contents

If a binary stream header does not contain a contents field then the data cluster is by default explicit data.  This field is encoded as a binary (2-bits) "00" in a binary file if the field is contained.

Attribute Information

Used By

Element tml:data

Source

<xs:attribute name="contents" use="optional">
  <xs:annotation>
    <xs:documentation>If a binary stream header does not contain a contents field then the data cluster is by default explicit data. This field is encoded as a binary (2-bits) "00" in a binary file if the field is contained.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="exp"/>
      <xs:enumeration value="imp"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample