| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| children | xtce:FixedValue xtce:DynamicValue xtce:DiscreteLookupList | ||
| used by | |||
| annotation |
|
||
| source | <complexType name="IntegerArgumentValueType"> <annotation> <documentation xml:lang="en">Contains an Integer value; value may be provided directly or via the value in a parameter or argument.</documentation> </annotation> <choice> <element name="FixedValue" type="xtce:FixedIntegerValueType"/> <element name="DynamicValue"> <annotation> <documentation xml:lang="en">Uses a parameter or argument instance to obtain the value. The parameter value may be optionally adjusted by a Linear function or use a series of boolean expressions to lookup the value. Anything more complex and a DynamicValue with a CustomAlgorithm may be used </documentation> </annotation> <complexType> <sequence> <choice> <element name="ParameterInstanceRef" type="xtce:ParameterInstanceRefType"/> <element name="ArgumentInstanceRef" type="xtce:ArgumentInstanceRefType"/> </choice> <element name="LinearAdjustment" minOccurs="0"> <annotation> <documentation xml:lang="en">A slope and intercept may be applied to scale or shift the value of the parameter in the dynamic value</documentation> </annotation> <complexType> <attribute name="slope" type="integer" default="0"/> <attribute name="intercept" type="integer" default="0"/> </complexType> </element> </sequence> </complexType> </element> <element name="DiscreteLookupList"> <annotation> <documentation xml:lang="en">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> </choice> </complexType> |
| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| type | xtce:FixedIntegerValueType | ||
| properties |
|
||
| source | <element name="FixedValue" type="xtce:FixedIntegerValueType"/> |
| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| properties |
|
||
| children | xtce:ParameterInstanceRef xtce:ArgumentInstanceRef xtce:LinearAdjustment | ||
| annotation |
|
||
| source | <element name="DynamicValue"> <annotation> <documentation xml:lang="en">Uses a parameter or argument instance to obtain the value. The parameter value may be optionally adjusted by a Linear function or use a series of boolean expressions to lookup the value. Anything more complex and a DynamicValue with a CustomAlgorithm may be used </documentation> </annotation> <complexType> <sequence> <choice> <element name="ParameterInstanceRef" type="xtce:ParameterInstanceRefType"/> <element name="ArgumentInstanceRef" type="xtce:ArgumentInstanceRefType"/> </choice> <element name="LinearAdjustment" minOccurs="0"> <annotation> <documentation xml:lang="en">A slope and intercept may be applied to scale or shift the value of the parameter in the dynamic value</documentation> </annotation> <complexType> <attribute name="slope" type="integer" default="0"/> <attribute name="intercept" type="integer" default="0"/> </complexType> </element> </sequence> </complexType> </element> |
| diagram | ![]() |
||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||
| type | xtce:ParameterInstanceRefType | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <element name="ParameterInstanceRef" type="xtce:ParameterInstanceRefType"/> |
| diagram | ![]() |
||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||
| type | xtce:ArgumentInstanceRefType | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <element name="ArgumentInstanceRef" type="xtce:ArgumentInstanceRefType"/> |
| diagram | ![]() |
||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <element name="LinearAdjustment" minOccurs="0"> <annotation> <documentation xml:lang="en">A slope and intercept may be applied to scale or shift the value of the parameter in the dynamic value</documentation> </annotation> <complexType> <attribute name="slope" type="integer" default="0"/> <attribute name="intercept" type="integer" default="0"/> </complexType> </element> |
| type | integer | ||
| properties |
|
||
| source | <attribute name="slope" type="integer" default="0"/> |
| type | integer | ||
| properties |
|
||
| source | <attribute name="intercept" type="integer" default="0"/> |
| diagram | ![]() |
||
| namespace | http://www.omg.org/space/xtce | ||
| properties |
|
||
| children | xtce:DiscreteLookup | ||
| annotation |
|
||
| source | <element name="DiscreteLookupList"> <annotation> <documentation xml:lang="en">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> |
| diagram | ![]() |
||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||
| type | extension of xtce:MatchCriteriaType | ||||||||||||
| properties |
|
||||||||||||
| children | xtce:Comparison xtce:ComparisonList xtce:BooleanExpression xtce:CustomAlgorithm | ||||||||||||
| attributes |
|
||||||||||||
| source | <element name="DiscreteLookup" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="xtce:MatchCriteriaType"> <attribute name="value" type="integer" use="required"/> </extension> </complexContent> </complexType> </element> |
| type | integer | ||
| properties |
|
||
| source | <attribute name="value" type="integer" use="required"/> |