Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element FeatureZoneCurveIrregularType / CurvePoints
Annotations
The CurvePoints element is the point list of the curve.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayPointType.tmp#ArrayPointType_count Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_ArrayPointType.tmp#ArrayPointType Primitives_xsd_Complex_Type_PolyLineType.tmp#PolyLineType
Type PolyLineType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute gives the number of points represented by the array. The number of entries in the array must be 3*count.
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="CurvePoints" type="PolyLineType">
  <xs:annotation>
    <xs:documentation>The CurvePoints element is the point list of the curve.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneCurveIrregularType
Annotations
The FeatureZoneCurveIrregularType defines a feature zone as a curve
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_FeatureZoneCurveIrregularType.tmp#FeatureZoneCurveIrregularType_CurvePoints
Type extension of FeatureZoneCurveBaseType
Type hierarchy
Used by
Children Attributes, CurveIds, CurvePoints, 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="FeatureZoneCurveIrregularType">
  <xs:annotation>
    <xs:documentation>The FeatureZoneCurveIrregularType defines a feature zone as a curve</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneCurveBaseType">
      <xs:sequence>
        <xs:element name="CurvePoints" type="PolyLineType">
          <xs:annotation>
            <xs:documentation>The CurvePoints element is the point list of the curve.</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