<xs:element name="ContentIdentifier">
<xs:annotation>
<xs:documentation xml:lang="en">This element is used to specifiy the number bits in the content identifier tag. Each content identifier tag immediately precedes the data in the package.</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 the 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 word.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element> |