Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PointCheckedType / Measured
Annotations
The Measured element signifies that the point 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 point is directly measured.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointCheckedType / Constructed
Annotations
The Constructed element signifies that the point is constructed.
Diagram
Diagram Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Intersection Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Projection Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Copy Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Cast Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Transform Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_FromCone Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_FromScan Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_CenterOfGravity Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Pierce Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_MidPoint Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_MovePoint Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_MovePointVector Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_MovePointAxis Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Extreme Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType
Type PointConstructionMethodType
Properties
content complex
Children Cast, CenterOfGravity, Copy, Extreme, FromCone, FromScan, Intersection, MidPoint, MovePoint, MovePointAxis, MovePointVector, Pierce, Projection, Transform
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <Intersection>{1,1}</Intersection>
  <Projection>{1,1}</Projection>
  <Copy>{1,1}</Copy>
  <Cast>{1,1}</Cast>
  <Transform>{1,1}</Transform>
  <FromCone>{1,1}</FromCone>
  <FromScan>{1,1}</FromScan>
  <CenterOfGravity n="">{1,1}</CenterOfGravity>
  <Pierce>{1,1}</Pierce>
  <MidPoint>{1,1}</MidPoint>
  <MovePoint>{1,1}</MovePoint>
  <MovePointVector>{1,1}</MovePointVector>
  <MovePointAxis>{1,1}</MovePointAxis>
  <Extreme>{1,1}</Extreme>
</Constructed>
Source
<xs:element name="Constructed" type="PointConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The Constructed element signifies that the point is constructed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointCheckedType
Annotations
The PointCheckedType defines how the point measurement is checked, either by direct measurement or by construction.
Diagram
Diagram Features_xsd_Complex_Type_PointCheckedType.tmp#PointCheckedType_Measured Features_xsd_Complex_Type_PointCheckedType.tmp#PointCheckedType_Constructed
Used by
Children Constructed, Measured
Source
<xs:complexType name="PointCheckedType">
  <xs:annotation>
    <xs:documentation>The PointCheckedType defines how the point 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 point is directly measured.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Constructed" type="PointConstructionMethodType">
      <xs:annotation>
        <xs:documentation>The Constructed element signifies that the point is constructed.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd