<xs:element name="Pattern" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">An optional identification value for the package.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Offset_Bits">
<xs:annotation>
<xs:documentation xml:lang="en">This element is used to specify the offset, in bits, from the start of a package of an identifier value.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt"/>
</xs:simpleType>
</xs:element>
<xs:element name="SizeInBits" type="xs:unsignedInt">
<xs:an |