The required n attribute is the number of Id elements in this array.
Source
<xs:element name="MeasurandIds" type="ArrayReferenceType"><xs:annotation><xs:documentation>The MeasurandIds element is a list of the QIF ids of measurands that are to be measured.</xs:documentation></xs:annotation></xs:element>
The MeasureSpecifiedMeasurandsActionType defines an action that means: measure the Measurands whose QIF ids are given, and populate the corresponding FeatureMeasurements with values.
<xs:complexType name="MeasureSpecifiedMeasurandsActionType"><xs:annotation><xs:documentation>The MeasureSpecifiedMeasurandsActionType defines an action that means: measure the Measurands whose QIF ids are given, and populate the corresponding FeatureMeasurements with values.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ActionBaseType"><xs:sequence><xs:element name="MeasurandIds" type="ArrayReferenceType"><xs:annotation><xs:documentation>The MeasurandIds element is a list of the QIF ids of measurands that are to be measured.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>