Lookup a value using the lookup list supplied. Use the first match found. |
<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> |