<xs:complexType name="ProcessParameterType">
<xs:annotation>
<xs:documentation>The ProcessParameterType defines the type and value of a process parameter.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ParameterType" type="xs:string">
<xs:annotation>
<xs:documentation>The ParameterType defines the type of the process parameter.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ParameterValue" type="xs:string">
<xs:annotation>
<xs:documentation>The ParameterValue is the value of the process parameter.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |