Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PointCheckedFeatureType / CheckDetails
Annotations
The optional CheckDetails element gives details about the point check (measurement or construction).
Diagram
Diagram Features_xsd_Complex_Type_PointCheckedType.tmp#PointCheckedType_Measured Features_xsd_Complex_Type_PointCheckedType.tmp#PointCheckedType_Constructed Features_xsd_Complex_Type_PointCheckedType.tmp#PointCheckedType
Type PointCheckedType
Properties
content complex
minOccurs 0
Children Constructed, Measured
Instance
<CheckDetails xmlns="http://qifstandards.org/xsd/qif3">
  <Measured>{1,1}</Measured>
  <Constructed>{1,1}</Constructed>
</CheckDetails>
Source
<xs:element name="CheckDetails" type="PointCheckedType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CheckDetails element gives details about the point check (measurement or construction).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointCheckedFeatureType
Annotations
The PointCheckedFeatureType defines that a point feature is checked.
Diagram
Diagram Features_xsd_Complex_Type_PointCheckedFeatureType.tmp#PointCheckedFeatureType_CheckDetails
Used by
Children CheckDetails
Source
<xs:complexType name="PointCheckedFeatureType">
  <xs:annotation>
    <xs:documentation>The PointCheckedFeatureType defines that a point feature is checked.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CheckDetails" type="PointCheckedType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CheckDetails element gives details about the point check (measurement or construction).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd