The optional linearUnit attribute defines the unit name for the CriterionLinearType.
Source
<xs:element name="LinearCriterion" type="CriterionLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional LinearCriterion element defines a criterion for a linear characteristic.</xs:documentation></xs:annotation></xs:element>
The optional angularUnit attribute defines the unit name for the CriterionAngularType.
Source
<xs:element name="AngularCriterion" type="CriterionAngularType" minOccurs="0"><xs:annotation><xs:documentation>The optional AngularCriterion element defines a criterion for an angular characteristic.</xs:documentation></xs:annotation></xs:element>
The optional areaUnit attribute defines the unit name for the CriterionAreaType.
Source
<xs:element name="AreaCriterion" type="CriterionAreaType" minOccurs="0"><xs:annotation><xs:documentation>The optional AreaCriterion element defines a criterion for an area characteristic.</xs:documentation></xs:annotation></xs:element>
The optional forceUnit attribute defines the unit name for the CriterionForceType.
Source
<xs:element name="ForceCriterion" type="CriterionForceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ForceCriterion element defines a criterion for a force characteristic.</xs:documentation></xs:annotation></xs:element>
The optional massUnit attribute defines the unit name for the CriterionMassType.
Source
<xs:element name="MassCriterion" type="CriterionMassType" minOccurs="0"><xs:annotation><xs:documentation>The optional MassCriterion element defines a criterion for a mass characteristic.</xs:documentation></xs:annotation></xs:element>
The optional pressureUnit attribute defines the unit name for the CriterionPressureType.
Source
<xs:element name="PressureCriterion" type="CriterionPressureType" minOccurs="0"><xs:annotation><xs:documentation>The optional PressureCriterion element defines a criterion for a pressure characteristic.</xs:documentation></xs:annotation></xs:element>
The optional speedUnit attribute defines the unit name for the CriterionSpeedType.
Source
<xs:element name="SpeedCriterion" type="CriterionSpeedType" minOccurs="0"><xs:annotation><xs:documentation>The optional SpeedCriterion element defines a criterion for a speed characteristic.</xs:documentation></xs:annotation></xs:element>
The optional temperatureUnit attribute defines the unit name for the CriterionTemperatureType.
Source
<xs:element name="TemperatureCriterion" type="CriterionTemperatureType" minOccurs="0"><xs:annotation><xs:documentation>The optional TemperatureCriterion element defines a criterion for a temperature characteristic.</xs:documentation></xs:annotation></xs:element>
The optional timeUnit attribute defines the unit name for the CriterionTimeType.
Source
<xs:element name="TimeCriterion" type="CriterionTimeType" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeCriterion element defines a criterion for a time characteristic.</xs:documentation></xs:annotation></xs:element>
Each optional UserDefinedUnitCriterion element defines acriterion for user defined unit characteristics. This elementis not to be used to define a criterion with units available inanother element. In particular this element is not to be usedto define a criterion with linear units, angular units, orunits of temperature, area, force, mass, pressure, speed, ortime.
The required unitName attribute is the unit name for the CriterionUserDefinedUnitType.
Source
<xs:element name="UserDefinedUnitCriterion" type="CriterionUserDefinedUnitType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each optional UserDefinedUnitCriterion element defines a criterion for user defined unit characteristics. This element is not to be used to define a criterion with units available in another element. In particular this element is not to be used to define a criterion with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of criteria in the list.
Source
<xs:complexType name="CriteriaByUnitType"><xs:annotation><xs:documentation>The CriteriaByUnitType defines a list of criteria for various units types.</xs:documentation></xs:annotation><xs:sequence><xs:element name="LinearCriterion" type="CriterionLinearType" minOccurs="0"><xs:annotation><xs:documentation>The optional LinearCriterion element defines a criterion for a linear characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="AngularCriterion" type="CriterionAngularType" minOccurs="0"><xs:annotation><xs:documentation>The optional AngularCriterion element defines a criterion for an angular characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="AreaCriterion" type="CriterionAreaType" minOccurs="0"><xs:annotation><xs:documentation>The optional AreaCriterion element defines a criterion for an area characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="ForceCriterion" type="CriterionForceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ForceCriterion element defines a criterion for a force characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="MassCriterion" type="CriterionMassType" minOccurs="0"><xs:annotation><xs:documentation>The optional MassCriterion element defines a criterion for a mass characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="PressureCriterion" type="CriterionPressureType" minOccurs="0"><xs:annotation><xs:documentation>The optional PressureCriterion element defines a criterion for a pressure characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="SpeedCriterion" type="CriterionSpeedType" minOccurs="0"><xs:annotation><xs:documentation>The optional SpeedCriterion element defines a criterion for a speed characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="TemperatureCriterion" type="CriterionTemperatureType" minOccurs="0"><xs:annotation><xs:documentation>The optional TemperatureCriterion element defines a criterion for a temperature characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="TimeCriterion" type="CriterionTimeType" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeCriterion element defines a criterion for a time characteristic.</xs:documentation></xs:annotation></xs:element><xs:element name="UserDefinedUnitCriterion" type="CriterionUserDefinedUnitType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each optional UserDefinedUnitCriterion element defines a criterion for user defined unit characteristics. This element is not to be used to define a criterion with units available in another element. In particular this element is not to be used to define a criterion with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.</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 criteria 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 criteria in the list.</xs:documentation></xs:annotation></xs:attribute>