Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointFeatureExtremeType / BaseFeature
Annotations
The BaseFeature element identifies the feature whose extreme location is to be used in a construction.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType
Type BaseFeatureType
Properties
content complex
Children FeatureId, ReferencedComponent
Instance
<BaseFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</BaseFeature>
Source
<xs:element name="BaseFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The BaseFeature element identifies the feature whose extreme location is to be used in a construction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureExtremeType / Minimum
Annotations
The Minimum element specifies whether the minimum or the maximum extreme of the base feature is to be used. It is set to "false" for the maximum extreme point in the specified direction, or set to "true" for the minimum.
Diagram
Diagram
Type xs:boolean
Properties
content simple
default false
Source
<xs:element name="Minimum" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation>The Minimum element specifies whether the minimum or the maximum extreme of the base feature is to be used. It is set to "false" for the maximum extreme point in the specified direction, or set to "true" for the minimum.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureExtremeType / BaseAxisFeature
Annotations
The BaseAxisFeature element identifies a feature whose axis defines the direction along which the extreme point is to be located.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType
Type BaseFeatureType
Properties
content complex
Children FeatureId, ReferencedComponent
Instance
<BaseAxisFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</BaseAxisFeature>
Source
<xs:element name="BaseAxisFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The BaseAxisFeature element identifies a feature whose axis defines the direction along which the extreme point is to be located.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureExtremeType / Vector
Annotations
The Vector element is a unit vector which defines the direction along which the extreme point is to be located.
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="Vector" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Vector element is a unit vector which defines the direction along which the extreme point is to be located.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureExtremeType / Radial
Annotations
The Radial element specifies that the extreme point is the point at which a large cylinder coaxial with the feature and containing the feature first touches the feature as its radius shrinks. The Radial element applies only if the base feature is axially symmetric.
Diagram
Diagram
Type xs:token
Properties
content simple
fixed Radial
Source
<xs:element name="Radial" type="xs:token" fixed="Radial">
  <xs:annotation>
    <xs:documentation>The Radial element specifies that the extreme point is the point at which a large cylinder coaxial with the feature and containing the feature first touches the feature as its radius shrinks. The Radial element applies only if the base feature is axially symmetric.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureExtremeType / Xaxis
Annotations
The Xaxis element specifies that the extreme point is to be taken along the X axis of the current coordinate system.
Diagram
Diagram
Type xs:token
Properties
content simple
fixed Xaxis
Source
<xs:element name="Xaxis" type="xs:token" fixed="Xaxis">
  <xs:annotation>
    <xs:documentation>The Xaxis element specifies that the extreme point is to be taken along the X axis of the current coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureExtremeType / Yaxis
Annotations
The Yaxis element specifies that the extreme point is to be taken along the Y axis of the current coordinate system.
Diagram
Diagram
Type xs:token
Properties
content simple
fixed Yaxis
Source
<xs:element name="Yaxis" type="xs:token" fixed="Yaxis">
  <xs:annotation>
    <xs:documentation>The Yaxis element specifies that the extreme point is to be taken along the Y axis of the current coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureExtremeType / Zaxis
Annotations
The Zaxis element specifies that the extreme point is to be taken along the Z axis of the current coordinate system.
Diagram
Diagram
Type xs:token
Properties
content simple
fixed Zaxis
Source
<xs:element name="Zaxis" type="xs:token" fixed="Zaxis">
  <xs:annotation>
    <xs:documentation>The Zaxis element specifies that the extreme point is to be taken along the Z axis of the current coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointFeatureExtremeType
Annotations
The PointFeatureExtremeType defines the construction of the extreme point on a feature in the specified direction. Except in the case of Radial, the point is the point at which a plane approaching the feature from the given direction first touches the feature.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_BaseFeature Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Minimum Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_BaseAxisFeature Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Vector Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Radial Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Xaxis Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Yaxis Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Zaxis
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseAxisFeature, BaseFeature, Minimum, NominalsCalculated, Radial, Vector, Xaxis, Yaxis, Zaxis
Source
<xs:complexType name="PointFeatureExtremeType">
  <xs:annotation>
    <xs:documentation>The PointFeatureExtremeType defines the construction of the extreme point on a feature in the specified direction. Except in the case of Radial, the point is the point at which a plane approaching the feature from the given direction first touches the feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BaseFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The BaseFeature element identifies the feature whose extreme location is to be used in a construction.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Minimum" type="xs:boolean" default="false">
          <xs:annotation>
            <xs:documentation>The Minimum element specifies whether the minimum or the maximum extreme of the base feature is to be used. It is set to "false" for the maximum extreme point in the specified direction, or set to "true" for the minimum.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:choice>
          <xs:element name="BaseAxisFeature" type="BaseFeatureType">
            <xs:annotation>
              <xs:documentation>The BaseAxisFeature element identifies a feature whose axis defines the direction along which the extreme point is to be located.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Vector" type="UnitVectorType">
            <xs:annotation>
              <xs:documentation>The Vector element is a unit vector which defines the direction along which the extreme point is to be located.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Radial" type="xs:token" fixed="Radial">
            <xs:annotation>
              <xs:documentation>The Radial element specifies that the extreme point is the point at which a large cylinder coaxial with the feature and containing the feature first touches the feature as its radius shrinks. The Radial element applies only if the base feature is axially symmetric.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Xaxis" type="xs:token" fixed="Xaxis">
            <xs:annotation>
              <xs:documentation>The Xaxis element specifies that the extreme point is to be taken along the X axis of the current coordinate system.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Yaxis" type="xs:token" fixed="Yaxis">
            <xs:annotation>
              <xs:documentation>The Yaxis element specifies that the extreme point is to be taken along the Y axis of the current coordinate system.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="Zaxis" type="xs:token" fixed="Zaxis">
            <xs:annotation>
              <xs:documentation>The Zaxis element specifies that the extreme point is to be taken along the Z axis of the current coordinate system.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd