| diagram | ![]() |
||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||
| type | extension of xtce:SimpleAlgorithmType | ||||||||||||||||||||
| properties |
|
||||||||||||||||||||
| children | xtce:LongDescription xtce:AliasSet xtce:AncillaryDataSet xtce:AlgorithmText xtce:ExternalAlgorithmSet xtce:InputSet | ||||||||||||||||||||
| used by | |||||||||||||||||||||
| attributes |
|
||||||||||||||||||||
| annotation |
|
||||||||||||||||||||
| source | <complexType name="InputAlgorithmType"> <annotation> <documentation xml:lang="en">A set of labeled inputs is added to the SimpleAlgorithmType</documentation> </annotation> <complexContent> <extension base="xtce:SimpleAlgorithmType"> <sequence> <element name="InputSet" minOccurs="0"> <complexType> <choice maxOccurs="unbounded"> <element name="ParameterInstanceRef"> <annotation> <documentation xml:lang="en">Names an input parameter to the algorithm. There are two attributes to InputParm, inputName and parameterName. parameterName is a parameter reference name for a parameter that will be used in this algorithm. inputName is an optional "friendly" name for the input parameter. </documentation> </annotation> <complexType> <complexContent> <extension base="xtce:ParameterInstanceRefType"> <attribute name="inputName" type="string"/> </extension> </complexContent> </complexType> </element> <element name="Constant" minOccurs="0"> <annotation> <documentation xml:lang="en">Names and provides a value for a constant input to the algorithm. There are two attributes to Constant, constantName and value. constantName is a variable name in the algorithm to be executed. value is the value of the constant to be used.</documentation> </annotation> <complexType> <attribute name="constantName" type="string"/> <attribute name="value" type="string" use="required"/> </complexType> </element> </choice> </complexType> </element> </sequence> </extension> </complexContent> </complexType> |
| diagram | ![]() |
||||||
| namespace | http://www.omg.org/space/xtce | ||||||
| properties |
|
||||||
| children | xtce:ParameterInstanceRef xtce:Constant | ||||||
| source | <element name="InputSet" minOccurs="0"> <complexType> <choice maxOccurs="unbounded"> <element name="ParameterInstanceRef"> <annotation> <documentation xml:lang="en">Names an input parameter to the algorithm. There are two attributes to InputParm, inputName and parameterName. parameterName is a parameter reference name for a parameter that will be used in this algorithm. inputName is an optional "friendly" name for the input parameter. </documentation> </annotation> <complexType> <complexContent> <extension base="xtce:ParameterInstanceRefType"> <attribute name="inputName" type="string"/> </extension> </complexContent> </complexType> </element> <element name="Constant" minOccurs="0"> <annotation> <documentation xml:lang="en">Names and provides a value for a constant input to the algorithm. There are two attributes to Constant, constantName and value. constantName is a variable name in the algorithm to be executed. value is the value of the constant to be used.</documentation> </annotation> <complexType> <attribute name="constantName" type="string"/> <attribute name="value" type="string" use="required"/> </complexType> </element> </choice> </complexType> </element> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||||||||||||||
| type | extension of xtce:ParameterInstanceRefType | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||
| source | <element name="ParameterInstanceRef"> <annotation> <documentation xml:lang="en">Names an input parameter to the algorithm. There are two attributes to InputParm, inputName and parameterName. parameterName is a parameter reference name for a parameter that will be used in this algorithm. inputName is an optional "friendly" name for the input parameter. </documentation> </annotation> <complexType> <complexContent> <extension base="xtce:ParameterInstanceRefType"> <attribute name="inputName" type="string"/> </extension> </complexContent> </complexType> </element> |
| type | string |
| source | <attribute name="inputName" type="string"/> |
| diagram | ![]() |
||||||||||||||||||
| namespace | http://www.omg.org/space/xtce | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <element name="Constant" minOccurs="0"> <annotation> <documentation xml:lang="en">Names and provides a value for a constant input to the algorithm. There are two attributes to Constant, constantName and value. constantName is a variable name in the algorithm to be executed. value is the value of the constant to be used.</documentation> </annotation> <complexType> <attribute name="constantName" type="string"/> <attribute name="value" type="string" use="required"/> </complexType> </element> |
| type | string |
| source | <attribute name="constantName" type="string"/> |
| type | string | ||
| properties |
|
||
| source | <attribute name="value" type="string" use="required"/> |