The WhatToMeasure element is a description of the characteristic to be measured. This user defined type is not to be used where an appropriate type already exists, in particular it is not to be used for: angle-between, angle (the feature angle: included, draft, taper), angular-coordinate or angle-from.
Diagram
Type
xs:string
Properties
content
simple
Source
<xs:element name="WhatToMeasure" type="xs:string"><xs:annotation><xs:documentation>The WhatToMeasure element is a description of the characteristic to be measured. This user defined type is not to be used where an appropriate type already exists, in particular it is not to be used for: angle-between, angle (the feature angle: included, draft, taper), angular-coordinate or angle-from.</xs:documentation></xs:annotation></xs:element>
Complex Type UserDefinedAngularCharacteristicDefinitionType
Annotations
The UserDefinedAngularCharacteristicDefinitionType is a characteristic definition specified by the user that is measured in angle units. This user defined type is not to be used where an appropriate type already exists, in particular it is not to be used for: angle-between, angle (the feature angle: included, draft, taper), angular-coordinate or angle-from.
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="UserDefinedAngularCharacteristicDefinitionType"><xs:annotation><xs:documentation>The UserDefinedAngularCharacteristicDefinitionType is a characteristic definition specified by the user that is measured in angle units. This user defined type is not to be used where an appropriate type already exists, in particular it is not to be used for: angle-between, angle (the feature angle: included, draft, taper), angular-coordinate or angle-from.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="AngularCharacteristicDefinitionBaseType"><xs:sequence><xs:element name="WhatToMeasure" type="xs:string"><xs:annotation><xs:documentation>The WhatToMeasure element is a description of the characteristic to be measured. This user defined type is not to be used where an appropriate type already exists, in particular it is not to be used for: angle-between, angle (the feature angle: included, draft, taper), angular-coordinate or angle-from.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>