Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ShapeClassType / ShapeClassEnum
Annotations
The ShapeClassEnum element describes an often-used shape class.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_ShapeClassEnumType.tmp#ShapeClassEnumType
Type ShapeClassEnumType
Properties
content simple
Facets
enumeration GEAR
enumeration FREEFORM
enumeration PRISMATIC
enumeration ROTATIONAL
enumeration THINWALLED
Source
<xs:element name="ShapeClassEnum" type="ShapeClassEnumType">
  <xs:annotation>
    <xs:documentation>The ShapeClassEnum element describes an often-used shape class.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element ShapeClassType / OtherShapeClass
Annotations
The OtherShapeClass element describes a shape class in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherShapeClass" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherShapeClass element describes a shape class in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type ShapeClassType
Annotations
The ShapeClassType defines the shape class of a part.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_ShapeClassType.tmp#ShapeClassType_ShapeClassEnum PrimitivesPMI_xsd_Complex_Type_ShapeClassType.tmp#ShapeClassType_OtherShapeClass
Used by
Children OtherShapeClass, ShapeClassEnum
Source
<xs:complexType name="ShapeClassType">
  <xs:annotation>
    <xs:documentation>The ShapeClassType defines the shape class of a part.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="ShapeClassEnum" type="ShapeClassEnumType">
      <xs:annotation>
        <xs:documentation>The ShapeClassEnum element describes an often-used shape class.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherShapeClass" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherShapeClass element describes a shape class in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd