<element name="InputSet" minOccurs="0"> <complexType> <choice maxOccurs="unbounded"> <element name="ParameterInstanceRef"> <annotation> <documentation>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> <simpleContent> <extension base="xtce:ParameterInstanceRefType"> <attribute name="inputName" type="string"/> </extension> </simpleContent> </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> |