Description

The test, action, or component parameter node.

Attributes

NameTypeUseDefaultDescription
paramInOutNMTOKENoptionalInSpecifies whether the test, action, or component parameter is an input parameter or an output parameter. Possible values: In (default), Out

Diagram

Param Element (Required, 1 element allowed)Sequence (Required, 1 or more elements allowed)ParamName Element (Required, 1 element allowed)
ParamVal Element (Required, 1 element allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Param">
    <xs:annotation>
        <xs:documentation>The test, action, or component parameter node.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence maxOccurs="unbounded">
            <xs:element ref="ParamName" />
            <xs:element ref="ParamVal" />
        </xs:sequence>
        <xs:attribute name="paramInOut" default="In">
            <xs:annotation>
                <xs:documentation>Specifies whether the test, action, or component parameter is an input parameter or an output parameter. Possible values: 
In (default), 
Out</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="In" />
                    <xs:enumeration value="Out" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
    </xs:complexType>
</xs:element>