xtce:DiscreteLookupList

Lookup a value using the lookup list supplied.  Use the first match found.

Element Information

Model

Source

<element name="DiscreteLookupList">
  <annotation>
    <documentation>Lookup a value using the lookup list supplied. Use the first match found.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element name="DiscreteLookup" maxOccurs="unbounded">
        <complexType>
          <complexContent>
            <extension base="xtce:MatchCriteriaType">
              <attribute name="value" type="integer" use="required"/>
            </extension>
          </complexContent>
        </complexType>
      </element>
    </sequence>
  </complexType>
</element>

Sample