xtce:OutputSet

Element Information

Model

Source

<element name="OutputSet" minOccurs="0">
  <complexType>
    <sequence>
      <element name="OutputParameterRef" maxOccurs="unbounded">
        <annotation>
          <documentation>Names an output parameter to the algorithm. There are two attributes to OutputParm, outputName and parameterName. parameterName is a parameter reference name for a parameter that will be updated by this algorithm. outputName is an optional "friendly" name for the output parameter.</documentation>
        </annotation>
        <complexType>
          <simpleContent>
            <extension base="xtce:ParameterRefType">
              <attribute name="outputName" type="string"/>
            </extension>
          </simpleContent>
        </complexType>
      </element>
    </sequence>
  </complexType>
</element>

Sample