Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element CylinderType / CenterPoint
Annotations
The CenterPoint element is the center of the cylinder at one end.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="CenterPoint" type="PointType">
  <xs:annotation>
    <xs:documentation>The CenterPoint element is the center of the cylinder at one end.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element CylinderType / Diameter
Annotations
The Diameter element is the diameter of the cylinder.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Diameter" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Diameter element is the diameter of the cylinder.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element CylinderType / Axis
Annotations
The Axis element is the unit vector that gives the axis of the cylinder pointing from the end at which the center point is defined to the other end.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Axis" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Axis element is the unit vector that gives the axis of the cylinder pointing from the end at which the center point is defined to the other end.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Element CylinderType / Length
Annotations
The Length element is the length of the cylinder along its axis vector.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Length" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Length element is the length of the cylinder along its axis vector.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd
Complex Type CylinderType
Annotations
The CylinderType defines a cylinder to be used as a cylindrical area DatumTarget. It is not a feature.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType_CenterPoint PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType_Diameter PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType_Axis PrimitivesPMI_xsd_Complex_Type_CylinderType.tmp#CylinderType_Length
Used by
Children Axis, CenterPoint, Diameter, Length
Source
<xs:complexType name="CylinderType">
  <xs:annotation>
    <xs:documentation>The CylinderType defines a cylinder to be used as a cylindrical area DatumTarget. It is not a feature.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CenterPoint" type="PointType">
      <xs:annotation>
        <xs:documentation>The CenterPoint element is the center of the cylinder at one end.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Diameter" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The Diameter element is the diameter of the cylinder.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Axis" type="UnitVectorType">
      <xs:annotation>
        <xs:documentation>The Axis element is the unit vector that gives the axis of the cylinder pointing from the end at which the center point is defined to the other end.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Length" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The Length element is the length of the cylinder along its axis vector.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd