Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ShapeClassIsType
Annotations
The ShapeClassIsType defines a Boolean expression representing a test of whether a part is in a given shape class. The ShapeClassIsType evaluates to true if the val is the primary shape class of the part containing the feature for which the number of points is being set. Otherwise, it evaluates to false.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_BooleanExpressionBaseType.tmp#BooleanExpressionBaseType Expressions_xsd_Complex_Type_ShapeClassIsType.tmp#ShapeClassIsType_val
Type extension of BooleanExpressionBaseType
Type hierarchy
Used by
Element ShapeClassIs
Attributes
QName Type Use Annotation
val ShapeClassEnumType required
The required val attribute is the shape class type against which to test the shape class of the part on which the feature is located.
Source
<xs:complexType name="ShapeClassIsType">
  <xs:annotation>
    <xs:documentation>The ShapeClassIsType defines a Boolean expression representing a test of whether a part is in a given shape class. The ShapeClassIsType evaluates to true if the val is the primary shape class of the part containing the feature for which the number of points is being set. Otherwise, it evaluates to false.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="BooleanExpressionBaseType">
      <xs:attribute name="val" type="ShapeClassEnumType" use="required">
        <xs:annotation>
          <xs:documentation>The required val attribute is the shape class type against which to test the shape class of the part on which the feature is located.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd
Attribute ShapeClassIsType / @val
Annotations
The required val attribute is the shape class type against which to test the shape class of the part on which the feature is located.
Type ShapeClassEnumType
Properties
use required
Facets
enumeration GEAR
enumeration FREEFORM
enumeration PRISMATIC
enumeration ROTATIONAL
enumeration THINWALLED
Used by
Complex Type ShapeClassIsType
Source
<xs:attribute name="val" type="ShapeClassEnumType" use="required">
  <xs:annotation>
    <xs:documentation>The required val attribute is the shape class type against which to test the shape class of the part on which the feature is located.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd