Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureZoneCurveCircularType / Circle
Annotations
The Circle element is the circle that defines the basic size and location of a circular line.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_CircleType.tmp#CircleType_CenterPoint PrimitivesPMI_xsd_Complex_Type_CircleType.tmp#CircleType_Diameter PrimitivesPMI_xsd_Complex_Type_CircleType.tmp#CircleType_Normal PrimitivesPMI_xsd_Complex_Type_CircleType.tmp#CircleType
Type CircleType
Properties
content complex
Children CenterPoint, Diameter, Normal
Instance
<Circle xmlns="http://qifstandards.org/xsd/qif3">
  <CenterPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</CenterPoint>
  <Diameter decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Diameter>
  <Normal decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Normal>
</Circle>
Source
<xs:element name="Circle" type="CircleType">
  <xs:annotation>
    <xs:documentation>The Circle element is the circle that defines the basic size and location of a circular line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneCurveCircularType
Annotations
The FeatureZoneCurveCircularType defines a feature zone as a circle or an arc.
Diagram
Diagram Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_Label Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_SurfaceFeatureNominalId Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType Features_xsd_Complex_Type_FeatureZoneCurveBaseType.tmp#FeatureZoneCurveBaseType_EdgeIds Features_xsd_Complex_Type_FeatureZoneCurveBaseType.tmp#FeatureZoneCurveBaseType_CurveIds Features_xsd_Complex_Type_FeatureZoneCurveBaseType.tmp#FeatureZoneCurveBaseType Features_xsd_Complex_Type_FeatureZoneCurveCircularType.tmp#FeatureZoneCurveCircularType_Circle
Type extension of FeatureZoneCurveBaseType
Type hierarchy
Used by
Children Attributes, Circle, CurveIds, EdgeIds, Label, SurfaceFeatureNominalId
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZoneCurveCircularType">
  <xs:annotation>
    <xs:documentation>The FeatureZoneCurveCircularType defines a feature zone as a circle or an arc.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneCurveBaseType">
      <xs:sequence>
        <xs:element name="Circle" type="CircleType">
          <xs:annotation>
            <xs:documentation>The Circle element is the circle that defines the basic size and location of a circular line.</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