Parameter
The complex type CT_Parameter holds the information regarding an algorithm parameter. The complex type is defined as:
<xsd:complexType name="CT_Parameter"> <xsd:attribute name="type" type="ST_ParameterId" use="required" /> <xsd:attribute name="val" type="xsd:string" use="required" /> </xsd:complexType>