Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element EllipticalArcCastType / BaseFeature
Annotations
The BaseFeature element identifies the base feature to be cast to an elliptical arc.
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 base feature to be cast to an elliptical arc.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type EllipticalArcCastType
Annotations
The EllipticalArcCastType defines an elliptical arc construction by the casting of another feature type to an elliptical arc. The location, vectors and sizes are copied from the base feature. Any information not available on the base feature will remain at nominal.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcCastType.tmp#EllipticalArcCastType_BaseFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseFeature, NominalsCalculated
Source
<xs:complexType name="EllipticalArcCastType">
  <xs:annotation>
    <xs:documentation>The EllipticalArcCastType defines an elliptical arc construction by the casting of another feature type to an elliptical arc. The location, vectors and sizes are copied from the base feature. Any information not available on the base feature will remain at nominal.</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 base feature to be cast to an elliptical arc.</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