Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CircleFeatureNominalType / Location
Annotations
The Location element is the nominal center point of the circle.
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="Location" type="PointType">
  <xs:annotation>
    <xs:documentation>The Location element is the nominal center point of the circle.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element CircleFeatureNominalType / Normal
Annotations
The Normal element is the nominal unit normal vector of the plane of the circle.
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 circle.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element CircleFeatureNominalType / Sweep
Annotations
The optional Sweep element gives the nominal start direction and the swept angle for a partial circle. The StartVector of the Sweep must lie in the plane of the circle.
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 a partial circle. The StartVector of the Sweep must lie in the plane of the circle.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element CircleFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the circle is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_BestFit Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Recompensated Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Intersection Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Projection Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Copy Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Cast Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Tangent Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_TangentThrough Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Transform Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_FromCone Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_FromScan Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType
Type CircleConstructionMethodType
Properties
content complex
minOccurs 0
Children BestFit, Cast, Copy, FromCone, FromScan, Intersection, Projection, Recompensated, Tangent, TangentThrough, 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>
  <Tangent>{1,1}</Tangent>
  <TangentThrough>{1,1}</TangentThrough>
  <Transform>{1,1}</Transform>
  <FromCone>{1,1}</FromCone>
  <FromScan>{1,1}</FromScan>
</Constructed>
Source
<xs:element name="Constructed" type="CircleConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the circle 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 CircleFeatureNominalType
Annotations
The CircleFeatureNominalType defines nominal information for an individual circle 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_CircleFeatureNominalType.tmp#CircleFeatureNominalType_Location Features_xsd_Complex_Type_CircleFeatureNominalType.tmp#CircleFeatureNominalType_Normal Features_xsd_Complex_Type_CircleFeatureNominalType.tmp#CircleFeatureNominalType_Sweep Features_xsd_Complex_Type_CircleFeatureNominalType.tmp#CircleFeatureNominalType_Constructed
Type extension of CurveFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, Constructed, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Location, 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="CircleFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The CircleFeatureNominalType defines nominal information for an individual circle feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurveFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="Location" type="PointType">
          <xs:annotation>
            <xs:documentation>The Location element is the nominal center point of the circle.</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 circle.</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 a partial circle. The StartVector of the Sweep must lie in the plane of the circle.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="CircleConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the circle 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