<xs:element name="Exclusion" type="ExclusionIdType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Exclusion element signifies that a QIF id in the Ids array is to be excluded from a statistical evaluation with a reason.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of exclusions in the list.
Source
<xs:complexType name="ExclusionsIdType"><xs:annotation><xs:documentation>The ExclusionsIdType defines a list of measurement id exlusions.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Exclusion" type="ExclusionIdType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Exclusion element signifies that a QIF id in the Ids array is to be excluded from a statistical evaluation with a reason.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of exclusions in the list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of exclusions in the list.</xs:documentation></xs:annotation></xs:attribute>