<xs:element name="CapabilityCalculationMethod" type="OneSidedCapabilityCalculationEnumType" minOccurs="0"><xs:annotation><xs:documentation>The optional CapabilityCalculationMethod element is the method used to calculate process capability for this one-sided tolerance.</xs:documentation></xs:annotation></xs:element>
The optional linearUnit attribute defines the unit used by StatsLinearType.
Source
<xs:element name="WorstPositiveDeviationStats" type="StatsLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional WorstPositiveDeviationStats element is the result of a statistical evaluation of the worst positive deviation.</xs:documentation></xs:annotation></xs:element>
The optional linearUnit attribute defines the unit used by StatsLinearType.
Source
<xs:element name="WorstNegativeDeviationStats" type="StatsLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional WorstNegativeDeviationStats element is the result of a statistical evaluation of the worst positive deviation.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of deviations in the list.
Source
<xs:element name="PointDeviationsStats" type="PointDeviationsStatsEvalType" minOccurs="0"><xs:annotation><xs:documentation>The optional PointDeviationsStats element is a list of the results of statistical evaluation of vector deviations of measurement points from nominal.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DatumsOkStats" type="StatsPassFailType" minOccurs="0"><xs:annotation><xs:documentation>The optional DatumsOkStats element is the result of a statistical evaluation of DatumsOk flags.</xs:documentation></xs:annotation></xs:element>
<xs:element name="CompositeSegmentsStats" type="CompositeSegmentsProfileStatsEvalType" minOccurs="0"><xs:annotation><xs:documentation>The optional CompositeSegmentsStats element is the results of a statistical evaluation of measured composite segments.</xs:documentation></xs:annotation></xs:element>
Complex Type ProfileCharacteristicStatsEvalBaseType
Annotations
The ProfileCharacteristicStatsEvalBaseType is the abstract base type that defines the results of a statistical evaluation of measured profile characteristics.
<xs:complexType name="ProfileCharacteristicStatsEvalBaseType" abstract="true"><xs:annotation><xs:documentation>The ProfileCharacteristicStatsEvalBaseType is the abstract base type that defines the results of a statistical evaluation of measured profile characteristics.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="GeometricCharacteristicStatsEvalType"><xs:sequence><xs:element name="CapabilityCalculationMethod" type="OneSidedCapabilityCalculationEnumType" minOccurs="0"><xs:annotation><xs:documentation>The optional CapabilityCalculationMethod element is the method used to calculate process capability for this one-sided tolerance.</xs:documentation></xs:annotation></xs:element><xs:element name="WorstPositiveDeviationStats" type="StatsLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional WorstPositiveDeviationStats element is the result of a statistical evaluation of the worst positive deviation.</xs:documentation></xs:annotation></xs:element><xs:element name="WorstNegativeDeviationStats" type="StatsLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional WorstNegativeDeviationStats element is the result of a statistical evaluation of the worst positive deviation.</xs:documentation></xs:annotation></xs:element><xs:element name="PointDeviationsStats" type="PointDeviationsStatsEvalType" minOccurs="0"><xs:annotation><xs:documentation>The optional PointDeviationsStats element is a list of the results of statistical evaluation of vector deviations of measurement points from nominal.</xs:documentation></xs:annotation></xs:element><xs:element name="DatumsOkStats" type="StatsPassFailType" minOccurs="0"><xs:annotation><xs:documentation>The optional DatumsOkStats element is the result of a statistical evaluation of DatumsOk flags.</xs:documentation></xs:annotation></xs:element><xs:element name="CompositeSegmentsStats" type="CompositeSegmentsProfileStatsEvalType" minOccurs="0"><xs:annotation><xs:documentation>The optional CompositeSegmentsStats element is the results of a statistical evaluation of measured composite segments.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>