Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureZoneAreaCircularType / Circle
Annotations
The Circle element is the circle that defines the basic size and location of a circular area.
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 area.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneAreaCircularType
Annotations
The FeatureZoneAreaCircularType defines a feature zone as circular area.
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_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_FaceIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_EdgeIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType Features_xsd_Complex_Type_FeatureZoneAreaCircularType.tmp#FeatureZoneAreaCircularType_Circle
Type extension of FeatureZoneAreaBaseType
Type hierarchy
Used by
Children Attributes, Circle, EdgeIds, FaceIds, 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="FeatureZoneAreaCircularType">
  <xs:annotation>
    <xs:documentation>The FeatureZoneAreaCircularType defines a feature zone as circular area.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneAreaBaseType">
      <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 area.</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