ContentIdentifier

This optional element is used to specifiy the number bits in the content identifier tag.  Each content identifier tag immediately precedes the data in the package.  NOTE:  If this element is used it is presumed that all parameters in the packet is tagged.

Element Information

Model

Source

<xs:element name="ContentIdentifier" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">This optional element is used to specifiy the number bits in the content identifier tag. Each content identifier tag immediately precedes the data in the package. NOTE: If this element is used it is presumed that all parameters in the packet is tagged.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:all>
      <xs:element name="NumberOfBitsInContentIdentifier" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation xml:lang="en">The total number of bits in the content identifier tag. The number of bits in each content identifier tag always the same.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DefaultNumberOfDataBits" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation xml:lang="en">The default number bits that makes up the data section of a parameter.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>

Sample