The Index element is the index of the measuremed value to be excluded.
Diagram
Type
xs:positiveInteger
Properties
content
simple
Source
<xs:element name="Index" type="xs:positiveInteger"><xs:annotation><xs:documentation>The Index element is the index of the measuremed value to be excluded.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Reason" type="ExclusionReasonType"><xs:annotation><xs:documentation>Each Reason element gives the reason why this measurement is being excluded.</xs:documentation></xs:annotation></xs:element>
The ExclusionIndexType defines the index of a measured value in a list to be excluded from a statistical evaluation and the reason for that exclusion. Index values start at 1.
<xs:complexType name="ExclusionIndexType"><xs:annotation><xs:documentation>The ExclusionIndexType defines the index of a measured value in a list to be excluded from a statistical evaluation and the reason for that exclusion. Index values start at 1.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Index" type="xs:positiveInteger"><xs:annotation><xs:documentation>The Index element is the index of the measuremed value to be excluded.</xs:documentation></xs:annotation></xs:element><xs:element name="Reason" type="ExclusionReasonType"><xs:annotation><xs:documentation>Each Reason element gives the reason why this measurement is being excluded.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>