PresentWith element
Describes other parameters that must be present for this parameter to be valid.
syntax
<PresentWith>
child elements
</PresentWith>
There are no attributes.
Element | Description |
---|---|
ParameterIds |
This element must contain one or more ParameterId elements. |
syntax
ParameterIds
Element | Description |
---|---|
ParameterDefinition |
Information that fully describes an assessment parameter. |
Each ParameterId element contains the programmatic name of a parameter and a value for that parameter.
The parent parameter is treated as present only if the parameter (or parameters) listed in the ParametersIds element are present in an AssessmentRun element.
syntax
<ParametersIds>
<ParameterId>
<ProgrammaticName><ProgrammaticName>
</ParameterId>
</ParametersIds>
Can be empty | No |