Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element LineCheckedType / Measured
Annotations
The Measured element signifies that the line is directly measured.
Diagram
Diagram Features_xsd_Complex_Type_MeasuredFeatureType.tmp#MeasuredFeatureType_PointList Features_xsd_Complex_Type_MeasuredFeatureType.tmp#MeasuredFeatureType
Type MeasuredFeatureType
Properties
content complex
Children PointList
Instance
<Measured xmlns="http://qifstandards.org/xsd/qif3">
  <PointList n="">{0,1}</PointList>
</Measured>
Source
<xs:element name="Measured" type="MeasuredFeatureType">
  <xs:annotation>
    <xs:documentation>The Measured element signifies that the line is directly measured.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element LineCheckedType / Constructed
Annotations
The Constructed element signifies that the line is constructed.
Diagram
Diagram Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_BestFit Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Recompensated Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Midline Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Intersection Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Projection Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Perpendicular Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Parallel Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Copy Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Cast Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_TangentThrough Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Transform Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_Extract Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType_FromScan Features_xsd_Complex_Type_LineConstructionMethodType.tmp#LineConstructionMethodType
Type LineConstructionMethodType
Properties
content complex
Children BestFit, Cast, Copy, Extract, FromScan, Intersection, Midline, Parallel, Perpendicular, Projection, Recompensated, TangentThrough, Transform
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <BestFit n="">{1,1}</BestFit>
  <Recompensated>{1,1}</Recompensated>
  <Midline>{1,1}</Midline>
  <Intersection>{1,1}</Intersection>
  <Projection>{1,1}</Projection>
  <Perpendicular>{1,1}</Perpendicular>
  <Parallel>{1,1}</Parallel>
  <Copy>{1,1}</Copy>
  <Cast>{1,1}</Cast>
  <TangentThrough>{1,1}</TangentThrough>
  <Transform>{1,1}</Transform>
  <Extract>{1,1}</Extract>
  <FromScan>{1,1}</FromScan>
</Constructed>
Source
<xs:element name="Constructed" type="LineConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The Constructed element signifies that the line is constructed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type LineCheckedType
Annotations
The LineCheckedType defines how the line measurement is checked, either by direct measurement or by construction.
Diagram
Diagram Features_xsd_Complex_Type_LineCheckedType.tmp#LineCheckedType_Measured Features_xsd_Complex_Type_LineCheckedType.tmp#LineCheckedType_Constructed
Used by
Children Constructed, Measured
Source
<xs:complexType name="LineCheckedType">
  <xs:annotation>
    <xs:documentation>The LineCheckedType defines how the line measurement is checked, either by direct measurement or by construction.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="Measured" type="MeasuredFeatureType">
      <xs:annotation>
        <xs:documentation>The Measured element signifies that the line is directly measured.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Constructed" type="LineConstructionMethodType">
      <xs:annotation>
        <xs:documentation>The Constructed element signifies that the line is constructed.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd