Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ArithmeticCharacteristicParameterType / CharacteristicTypeEnum
Annotations
The optional CharacteristicTypeEnum element identifies the type of characteristic. If this element is used, the rule containing the ArithmeticCharacteristicParameter applies only to characteristics of the given type. If this element is not used, the rule containing the ArithmeticCharacteristicParameterType applies to any characteristic that has the parameter.
Diagram
Diagram Expressions_xsd_Simple_Type_CharacteristicTypeEnumType.tmp#CharacteristicTypeEnumType
Type CharacteristicTypeEnumType
Properties
content simple
minOccurs 0
Facets
enumeration ANGLE
enumeration ANGLEBETWEEN
enumeration ANGLECOORDINATE
enumeration ANGLEFROM
enumeration ANGULARITY
enumeration CHORD
enumeration CIRCULARITY
enumeration CIRCULARRUNOUT
enumeration CONCENTRICITY
enumeration CONICALTAPER
enumeration CONICITY
enumeration CURVELENGTH
enumeration CYLINDRICITY
enumeration DEPTH
enumeration DIAMETER
enumeration DISTANCE
enumeration DISTANCEFROM
enumeration ELLIPTICITY
enumeration FLATTAPER
enumeration FLATNESS
enumeration HEIGHT
enumeration LENGTH
enumeration LENGTHCOORDINATE
enumeration LINEPROFILE
enumeration OTHERFORM
enumeration PERPENDICULARITY
enumeration PARALLELISM
enumeration POINTPROFILE
enumeration POSITION
enumeration RADIUS
enumeration SPHERICALDIAMTER
enumeration SPHERICALRADIUS
enumeration SPHERICITY
enumeration SQUARE
enumeration STRAIGHTNESS
enumeration SURFACEPROFILE
enumeration SURFACEPROFILENONUNIFORM
enumeration SYMMETRY
enumeration THICKNESS
enumeration THREAD
enumeration TOROIDICITY
enumeration TOTALRUNOUT
enumeration WELDBEVEL
enumeration WELDEDGE
enumeration WELDFILLET
enumeration WELDFLAREBEVEL
enumeration WELDFLAREV
enumeration WELDJ
enumeration WELDPLUG
enumeration WELDSCARF
enumeration WELDSEAM
enumeration WELDSLOT
enumeration WELDSPOT
enumeration WELDSQUARE
enumeration WELDSTUD
enumeration WELDSURFACING
enumeration WELDU
enumeration WELDV
enumeration WIDTH
Source
<xs:element name="CharacteristicTypeEnum" type="CharacteristicTypeEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CharacteristicTypeEnum element identifies the type of characteristic. If this element is used, the rule containing the ArithmeticCharacteristicParameter applies only to characteristics of the given type. If this element is not used, the rule containing the ArithmeticCharacteristicParameterType applies to any characteristic that has the parameter.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd
Complex Type ArithmeticCharacteristicParameterType
Annotations
The ArithmeticCharacteristicParameterType defines an arithmetic expression that represents the value of an arithmetic parameter of a characteristic (e.g., the ToleranceValue of a geometric tolerance). If the characteristic under consideration does not have the given parameter, rules containing an instance of the ArithmeticCharacteristicParameter do not apply.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType Expressions_xsd_Complex_Type_ArithmeticParameterBaseType.tmp#ArithmeticParameterBaseType_Parameter Expressions_xsd_Complex_Type_ArithmeticParameterBaseType.tmp#ArithmeticParameterBaseType Expressions_xsd_Complex_Type_ArithmeticCharacteristicParameterType.tmp#ArithmeticCharacteristicParameterType_CharacteristicTypeEnum
Type extension of ArithmeticParameterBaseType
Type hierarchy
Used by
Children CharacteristicTypeEnum, Parameter
Source
<xs:complexType name="ArithmeticCharacteristicParameterType">
  <xs:annotation>
    <xs:documentation>The ArithmeticCharacteristicParameterType defines an arithmetic expression that represents the value of an arithmetic parameter of a characteristic (e.g., the ToleranceValue of a geometric tolerance). If the characteristic under consideration does not have the given parameter, rules containing an instance of the ArithmeticCharacteristicParameter do not apply.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticParameterBaseType">
      <xs:sequence>
        <xs:element name="CharacteristicTypeEnum" type="CharacteristicTypeEnumType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CharacteristicTypeEnum element identifies the type of characteristic. If this element is used, the rule containing the ArithmeticCharacteristicParameter applies only to characteristics of the given type. If this element is not used, the rule containing the ArithmeticCharacteristicParameterType applies to any characteristic that has the parameter.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd