Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ArithmeticFeatureParameterType / FeatureTypeEnum
Annotations
The optional CharacteristicTypeEnum element identifies the type of feature. If this element is used, the rule containing the ArithmeticFeatureParameter applies only to features of the given type. If this element is not used, the rule containing the ArithmeticFeatureParameter applies to any feature that has the parameter.
Diagram
Diagram Expressions_xsd_Simple_Type_FeatureTypeEnumType.tmp#FeatureTypeEnumType
Type FeatureTypeEnumType
Properties
content simple
minOccurs 0
Facets
enumeration CIRCLE
enumeration CIRCULARARC
enumeration CONE
enumeration CONICALSEGMENT
enumeration CYLINDER
enumeration CYLINDRICALSEGMENT
enumeration EDGEPOINT
enumeration ELLIPSE
enumeration ELLIPTICALARC
enumeration ELONGATEDCIRCLE
enumeration ELONGATEDCYLINDER
enumeration EXTRUDEDCROSSSECTION
enumeration GROUP
enumeration LINE
enumeration MARKING
enumeration OPPOSITEANGLEDLINES
enumeration OPPOSITEPARALLELLINES
enumeration OPPOSITEANGLEDPLANES
enumeration OPPOSITEPARALLELPLANES
enumeration OTHERCURVE
enumeration OTHERNONSHAPE
enumeration OTHERSHAPE
enumeration OTHERSURFACE
enumeration PATTERN
enumeration PATTERNCIRCLE
enumeration PATTERNCIRCULARARC
enumeration PATTERNLINEAR
enumeration PATTERNPARALLELOGRAM
enumeration PLANE
enumeration POINT
enumeration POINTDEFINEDCURVE
enumeration POINTDEFINEDSURFACE
enumeration SPHERE
enumeration SPHERICALSEGMENT
enumeration SURFACEOFREVOLUTION
enumeration THREADED
enumeration TOROIDALSEGMENT
enumeration TORUS
Source
<xs:element name="FeatureTypeEnum" type="FeatureTypeEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CharacteristicTypeEnum element identifies the type of feature. If this element is used, the rule containing the ArithmeticFeatureParameter applies only to features of the given type. If this element is not used, the rule containing the ArithmeticFeatureParameter applies to any feature that has the parameter.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd
Complex Type ArithmeticFeatureParameterType
Annotations
The ArithmeticFeatureParameterType defines an arithmetic expression that represents the value of an arithmetic parameter of a feature (e.g., the diameter of a circle). If the feature instance under consideration does not have the given parameter, rules containing an instance of the ArithmeticFeatureParameter 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_ArithmeticFeatureParameterType.tmp#ArithmeticFeatureParameterType_FeatureTypeEnum
Type extension of ArithmeticParameterBaseType
Type hierarchy
Used by
Children FeatureTypeEnum, Parameter
Source
<xs:complexType name="ArithmeticFeatureParameterType">
  <xs:annotation>
    <xs:documentation>The ArithmeticFeatureParameterType defines an arithmetic expression that represents the value of an arithmetic parameter of a feature (e.g., the diameter of a circle). If the feature instance under consideration does not have the given parameter, rules containing an instance of the ArithmeticFeatureParameter do not apply.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticParameterBaseType">
      <xs:sequence>
        <xs:element name="FeatureTypeEnum" type="FeatureTypeEnumType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CharacteristicTypeEnum element identifies the type of feature. If this element is used, the rule containing the ArithmeticFeatureParameter applies only to features of the given type. If this element is not used, the rule containing the ArithmeticFeatureParameter applies to any feature 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