xtce:LocationInContainerInBits

If no LocationInContainer value is given, the entry is assumed to begin immediately after the previous entry.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
referenceLocation restriction of string previousEntry optional
The location may be relative to the start of the container (containerStart), relatitive to the end of the previous entry (previousEntry), relative to the end of the container (containerEnd), or relative to the entry that follows this one (nextEntry).  If going forward (containerStart and previousEntry) then, then the location refers to the start of the Entry.  If going backwards (containerEnd and nextEntry) then, the location refers to the end of the entry.

Source

<element name="LocationInContainerInBits" minOccurs="0">
  <annotation>
    <documentation>If no LocationInContainer value is given, the entry is assumed to begin immediately after the previous entry.</documentation>
  </annotation>
  <complexType>
    <complexContent>
      <extension base="xtce:IntegerValueType">
        <attribute name="referenceLocation" default="previousEntry">
          <annotation>
            <documentation>The location may be relative to the start of the container (containerStart), relatitive to the end of the previous entry (previousEntry), relative to the end of the container (containerEnd), or relative to the entry that follows this one (nextEntry). If going forward (containerStart and previousEntry) then, then the location refers to the start of the Entry. If going backwards (containerEnd and nextEntry) then, the location refers to the end of the entry.</documentation>
          </annotation>
          <simpleType>
            <restriction base="string">
              <enumeration value="containerStart"/>
              <enumeration value="containerEnd"/>
              <enumeration value="previousEntry"/>
              <enumeration value="nextEntry"/>
            </restriction>
          </simpleType>
        </attribute>
      </extension>
    </complexContent>
  </complexType>
</element>

Sample