Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element EdgePointCheckedFeatureType / CheckDetails
Annotations
The optional CheckDetails element gives details about the edge-point check (measurement or construction).
Diagram
Diagram Features_xsd_Complex_Type_EdgePointCheckedType.tmp#EdgePointCheckedType_Measured Features_xsd_Complex_Type_EdgePointCheckedType.tmp#EdgePointCheckedType_Constructed Features_xsd_Complex_Type_EdgePointCheckedType.tmp#EdgePointCheckedType
Type EdgePointCheckedType
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="EdgePointCheckedType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CheckDetails element gives details about the edge-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 EdgePointCheckedFeatureType
Annotations
The EdgePointCheckedFeatureType defines that an edge-point feature is checked.
Diagram
Diagram Features_xsd_Complex_Type_EdgePointCheckedFeatureType.tmp#EdgePointCheckedFeatureType_CheckDetails
Used by
Children CheckDetails
Source
<xs:complexType name="EdgePointCheckedFeatureType">
  <xs:annotation>
    <xs:documentation>The EdgePointCheckedFeatureType defines that an edge-point feature is checked.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CheckDetails" type="EdgePointCheckedType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CheckDetails element gives details about the edge-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