Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element EllipseFeatureNominalType / Axis
Annotations
The Axis element is the nominal center point and nominal axis vector along the long axis of the ellipse.
Diagram
Diagram Primitives_xsd_Complex_Type_AxisType.tmp#AxisType_AxisPoint Primitives_xsd_Complex_Type_AxisType.tmp#AxisType_Direction Primitives_xsd_Complex_Type_AxisType.tmp#AxisType
Type AxisType
Properties
content complex
Children AxisPoint, Direction
Instance
<Axis xmlns="http://qifstandards.org/xsd/qif3">
  <AxisPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</AxisPoint>
  <Direction decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Direction>
</Axis>
Source
<xs:element name="Axis" type="AxisType">
  <xs:annotation>
    <xs:documentation>The Axis element is the nominal center point and nominal axis vector along the long axis of the ellipse.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipseFeatureNominalType / Normal
Annotations
The Normal element is the nominal unit normal vector of the plane of the ellipse.
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="Normal" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Normal element is the nominal unit normal vector of the plane of the ellipse.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipseFeatureNominalType / Sweep
Annotations
The optional Sweep element gives the nominal start direction and the swept angle for the ellipse. The StartVector of the Sweep must lie in the plane of the ellipse.
Diagram
Diagram Primitives_xsd_Complex_Type_SweepType.tmp#SweepType_DirBeg Primitives_xsd_Complex_Type_SweepType.tmp#SweepType_DomainAngle Primitives_xsd_Complex_Type_SweepType.tmp#SweepType
Type SweepType
Properties
content complex
minOccurs 0
Children DirBeg, DomainAngle
Instance
<Sweep xmlns="http://qifstandards.org/xsd/qif3">
  <DirBeg decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</DirBeg>
  <DomainAngle angularUnit="">{1,1}</DomainAngle>
</Sweep>
Source
<xs:element name="Sweep" type="SweepType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Sweep element gives the nominal start direction and the swept angle for the ellipse. The StartVector of the Sweep must lie in the plane of the ellipse.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipseFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the ellipse is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType_BestFit Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType_Recompensated Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType_Intersection Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType_Projection Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType_Copy Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType_Cast Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType_Transform Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType_FromScan Features_xsd_Complex_Type_EllipseConstructionMethodType.tmp#EllipseConstructionMethodType
Type EllipseConstructionMethodType
Properties
content complex
minOccurs 0
Children BestFit, Cast, Copy, FromScan, Intersection, Projection, Recompensated, Transform
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <BestFit n="">{1,1}</BestFit>
  <Recompensated>{1,1}</Recompensated>
  <Intersection>{1,1}</Intersection>
  <Projection>{1,1}</Projection>
  <Copy>{1,1}</Copy>
  <Cast>{1,1}</Cast>
  <Transform>{1,1}</Transform>
  <FromScan>{1,1}</FromScan>
</Constructed>
Source
<xs:element name="Constructed" type="EllipseConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the ellipse is constructed and provides details of the construction method.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type EllipseFeatureNominalType
Annotations
The EllipseFeatureNominalType defines the ellipse feature nominal information for an individual ellipse feature.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_Name Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_UUID Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_FeatureDefinitionId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_ParentFeatureNominalId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityInternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityExternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_PointList Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_SubstituteFeatureAlgorithm Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType Features_xsd_Complex_Type_CurveFeatureNominalBaseType.tmp#CurveFeatureNominalBaseType_SurfaceFeatureNominalId Features_xsd_Complex_Type_CurveFeatureNominalBaseType.tmp#CurveFeatureNominalBaseType Features_xsd_Complex_Type_EllipseFeatureNominalType.tmp#EllipseFeatureNominalType_Axis Features_xsd_Complex_Type_EllipseFeatureNominalType.tmp#EllipseFeatureNominalType_Normal Features_xsd_Complex_Type_EllipseFeatureNominalType.tmp#EllipseFeatureNominalType_Sweep Features_xsd_Complex_Type_EllipseFeatureNominalType.tmp#EllipseFeatureNominalType_Constructed
Type extension of CurveFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, Axis, Constructed, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Name, Normal, ParentFeatureNominalId, PointList, SubstituteFeatureAlgorithm, SurfaceFeatureNominalId, Sweep, UUID
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="EllipseFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The EllipseFeatureNominalType defines the ellipse feature nominal information for an individual ellipse feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurveFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="Axis" type="AxisType">
          <xs:annotation>
            <xs:documentation>The Axis element is the nominal center point and nominal axis vector along the long axis of the ellipse.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Normal" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The Normal element is the nominal unit normal vector of the plane of the ellipse.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Sweep" type="SweepType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Sweep element gives the nominal start direction and the swept angle for the ellipse. The StartVector of the Sweep must lie in the plane of the ellipse.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="EllipseConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the ellipse is constructed and provides details of the construction method.</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