Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureZoneCurveLineType / Line
Annotations
The Line element is the line that defines the basic location and direction of the line.
Diagram
Diagram Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Element_Group_LineSegmentGroup.tmp#LineSegmentGroup_StartPoint Primitives_xsd_Element_Group_LineSegmentGroup.tmp#LineSegmentGroup_EndPoint Primitives_xsd_Element_Group_LineSegmentGroup.tmp#LineSegmentGroup Primitives_xsd_Complex_Type_LineSegmentType.tmp#LineSegmentType
Type LineSegmentType
Properties
content complex
Children EndPoint, StartPoint
Instance
<Line decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="" xmlns="http://qifstandards.org/xsd/qif3">
  <StartPoint>{1,1}</StartPoint>
  <EndPoint>{1,1}</EndPoint>
</Line>
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="Line" type="LineSegmentType">
  <xs:annotation>
    <xs:documentation>The Line element is the line that defines the basic location and direction of the line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneCurveLineType
Annotations
The FeatureZoneCurveLineType defines a feature zone as a line.
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_FeatureZoneCurveLineType.tmp#FeatureZoneCurveLineType_Line
Type extension of FeatureZoneCurveBaseType
Type hierarchy
Used by
Children Attributes, CurveIds, EdgeIds, Label, Line, 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="FeatureZoneCurveLineType">
  <xs:annotation>
    <xs:documentation>The FeatureZoneCurveLineType defines a feature zone as a line.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneCurveBaseType">
      <xs:sequence>
        <xs:element name="Line" type="LineSegmentType">
          <xs:annotation>
            <xs:documentation>The Line element is the line that defines the basic location and direction of the 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