Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element LinePerpendicularType / PerpendicularFeature
Annotations
The PerpendicularFeature element identifies the feature to which the constructed line must be perpendicular.
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
<PerpendicularFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</PerpendicularFeature>
Source
<xs:element name="PerpendicularFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The PerpendicularFeature element identifies the feature to which the constructed line must be perpendicular.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element LinePerpendicularType / PointFeature
Annotations
The PointFeature element identifies the point through which the constructed line must pass.
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
<PointFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</PointFeature>
Source
<xs:element name="PointFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The PointFeature element identifies the point through which the constructed line must pass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type LinePerpendicularType
Annotations
The LinePerpendicularType defines the construction of a line that is perpendicular to a feature and passing through a point.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_LinePerpendicularType.tmp#LinePerpendicularType_PerpendicularFeature Features_xsd_Complex_Type_LinePerpendicularType.tmp#LinePerpendicularType_PointFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children NominalsCalculated, PerpendicularFeature, PointFeature
Source
<xs:complexType name="LinePerpendicularType">
  <xs:annotation>
    <xs:documentation>The LinePerpendicularType defines the construction of a line that is perpendicular to a feature and passing through a point.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="PerpendicularFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The PerpendicularFeature element identifies the feature to which the constructed line must be perpendicular.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PointFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The PointFeature element identifies the point through which the constructed line must pass.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd