<xs:element name="LinearLimit" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LinearLimit element defines the limit that a linear characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
<xs:element name="AngularLimit" type="AngularValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional AngularLimit element defines the limit that an angular characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
<xs:element name="AreaLimit" type="AreaValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional AreaLimit element defines the limit that an area characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ForceLimit" type="ForceValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional ForceLimit element defines the limit that a force characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MassLimit" type="MassValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MassLimit element defines the limit that a mass characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PressureLimit" type="PressureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional PressureLimit element defines the limit that a pressure characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
The optional speedUnit attribute defines the UnitName for the SpeedValueType.
Source
<xs:element name="SpeedLimit" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional SpeedLimit element defines the limit that a speed characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
The optional temperatureUnit attribute defines the UnitName for the TemperatureValueType.
Source
<xs:element name="TemperatureLimit" type="TemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TemperatureLimit element defines the limit that a temperature characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
The optional timeUnit attribute defines the UnitName for the TimeValueType.
Source
<xs:element name="TimeLimit" type="TimeValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeLimit element defines the limit that a time characteristic must achieve.</xs:documentation></xs:annotation></xs:element>
Each optional UserDefinedUnitLimit element defines the limit adevice measuring a user-defined unit characteristic mustachieve. This element is not to be used to define a limit withunits available in another element. In particular this elementis not to be used to define a limit with linear units, angularunits, or units of temperature, area, force, mass, pressure,speed, or time.
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="UserDefinedUnitLimit" type="UserDefinedUnitValueType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each optional UserDefinedUnitLimit element defines the limit a device measuring a user-defined unit characteristic must achieve. This element is not to be used to define a limit with units available in another element. In particular this element is not to be used to define a limit with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.</xs:documentation></xs:annotation></xs:element>
The AbsoluteLimitsByUnitType defines a list of limits for variousunits types. This reusable type is used to define absoluteminimums, maximums and differences for various units types.
The required n attribute is the number of absolute limits definedin the list.
Source
<xs:complexType name="AbsoluteLimitsByUnitType"><xs:annotation><xs:documentation>The AbsoluteLimitsByUnitType defines a list of limits for various units types. This reusable type is used to define absolute minimums, maximums and differences for various units types.</xs:documentation></xs:annotation><xs:sequence><xs:element name="LinearLimit" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional LinearLimit element defines the limit that a linear characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="AngularLimit" type="AngularValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional AngularLimit element defines the limit that an angular characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="AreaLimit" type="AreaValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional AreaLimit element defines the limit that an area characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="ForceLimit" type="ForceValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional ForceLimit element defines the limit that a force characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="MassLimit" type="MassValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MassLimit element defines the limit that a mass characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="PressureLimit" type="PressureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional PressureLimit element defines the limit that a pressure characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="SpeedLimit" type="SpeedValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional SpeedLimit element defines the limit that a speed characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="TemperatureLimit" type="TemperatureValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TemperatureLimit element defines the limit that a temperature characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="TimeLimit" type="TimeValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional TimeLimit element defines the limit that a time characteristic must achieve.</xs:documentation></xs:annotation></xs:element><xs:element name="UserDefinedUnitLimit" type="UserDefinedUnitValueType" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each optional UserDefinedUnitLimit element defines the limit a device measuring a user-defined unit characteristic must achieve. This element is not to be used to define a limit with units available in another element. In particular this element is not to be used to define a limit 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 absolute limits defined 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 absolute limits defined in the list.</xs:documentation></xs:annotation></xs:attribute>