The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="TargetValue" type="UserDefinedUnitValueType"><xs:annotation><xs:documentation>The TargetValue element is the nominal value of the characteristic.</xs:documentation></xs:annotation></xs:element>
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="MaxValue" type="UserDefinedUnitValueType"><xs:annotation><xs:documentation>The MaxValue element is the maximum specification limit or upper tolerance.</xs:documentation></xs:annotation></xs:element>
The (required) UnitName attribute is the unit name for the UserDefinedUnitValueType.
Source
<xs:element name="MinValue" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValue element is the minimum specification limit or lower tolerance.</xs:documentation></xs:annotation></xs:element>
The DefinedAsLimit element specifies whether the MinValue and MaxValue represent measured values ("true") or upper and lower tolerances ("false"), respectively. Also when DefinedAsLimit is "false", the MaxValue and MinValue may be negative.
Diagram
Type
xs:boolean
Properties
content
simple
Source
<xs:element name="DefinedAsLimit" type="xs:boolean"><xs:annotation><xs:documentation>The DefinedAsLimit element specifies whether the MinValue and MaxValue represent measured values ("true") or upper and lower tolerances ("false"), respectively. Also when DefinedAsLimit is "false", the MaxValue and MinValue may be negative.</xs:documentation></xs:annotation></xs:element>
Complex Type UserDefinedUnitCharacteristicNominalType
Annotations
The UserDefinedUnitCharacteristicNominalType defines a unique user-defined characteristic nominal for a numerical characteristic that is specific to an application and has a numerical value and units that are not available in another user-defined characteristic type. In particular this type is not to be used to define the nominal for characteristics with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="UserDefinedUnitCharacteristicNominalType"><xs:annotation><xs:documentation>The UserDefinedUnitCharacteristicNominalType defines a unique user-defined characteristic nominal for a numerical characteristic that is specific to an application and has a numerical value and units that are not available in another user-defined characteristic type. In particular this type is not to be used to define the nominal for characteristics with linear units, angular units, or units of temperature, area, force, mass, pressure, speed, or time.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CharacteristicNominalBaseType"><xs:sequence><xs:annotation><xs:documentation>This sequence consists of a TargetValue, followed by either or both of MaxValue and MinValue, followed by DefinedAsLimit. If both MaxValue and MinValue are given, MaxValue must be given first.</xs:documentation></xs:annotation><xs:element name="TargetValue" type="UserDefinedUnitValueType"><xs:annotation><xs:documentation>The TargetValue element is the nominal value of the characteristic.</xs:documentation></xs:annotation></xs:element><xs:choice><xs:annotation><xs:documentation>The choice is among (1) MaxValue, (2) MinValue, or (3) both (with MaxValue coming first). This choice structure is the normal XML schema language structure for 'one or both'.</xs:documentation></xs:annotation><xs:sequence><xs:element name="MaxValue" type="UserDefinedUnitValueType"><xs:annotation><xs:documentation>The MaxValue element is the maximum specification limit or upper tolerance.</xs:documentation></xs:annotation></xs:element><xs:element name="MinValue" type="UserDefinedUnitValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MinValue element is the minimum specification limit or lower tolerance.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:element name="MinValue" type="UserDefinedUnitValueType"><xs:annotation><xs:documentation>The MinValue element is the minimum specification limit or lower tolerance.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:element name="DefinedAsLimit" type="xs:boolean"><xs:annotation><xs:documentation>The DefinedAsLimit element specifies whether the MinValue and MaxValue represent measured values ("true") or upper and lower tolerances ("false"), respectively. Also when DefinedAsLimit is "false", the MaxValue and MinValue may be negative.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>