xtce:BaseContainer

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
containerRef xtce:NameReferenceType required

Source

<element name="BaseContainer" minOccurs="0">
  <complexType>
    <sequence>
      <element name="RestrictionCriteria">
        <annotation>
          <documentation>Given that this Container is the Base container type, RestrictionCriteria lists conditions that must be true for this Container to be 'this' subContainer type. May be a simple Comparison List, a Boolean Expression, and/or in a Graph of containers established by the NextContainer</documentation>
        </annotation>
        <complexType>
          <complexContent>
            <extension base="xtce:MatchCriteriaType">
              <choice>
                <element name="NextContainer" type="xtce:ContainerRefType" minOccurs="0"/>
              </choice>
            </extension>
          </complexContent>
        </complexType>
      </element>
    </sequence>
    <attribute name="containerRef" type="xtce:NameReferenceType" use="required"/>
  </complexType>
</element>

Sample