Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element LineCheckedFeatureType / CheckDetails
Annotations
The optional CheckDetails element gives details about the line check (measurement or construction).
Diagram
Diagram Features_xsd_Complex_Type_LineCheckedType.tmp#LineCheckedType_Measured Features_xsd_Complex_Type_LineCheckedType.tmp#LineCheckedType_Constructed Features_xsd_Complex_Type_LineCheckedType.tmp#LineCheckedType
Type LineCheckedType
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="LineCheckedType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CheckDetails element gives details about the line check (measurement or construction).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type LineCheckedFeatureType
Annotations
The LineCheckedFeatureType defines that a line feature is checked.
Diagram
Diagram Features_xsd_Complex_Type_LineCheckedFeatureType.tmp#LineCheckedFeatureType_CheckDetails
Used by
Children CheckDetails
Source
<xs:complexType name="LineCheckedFeatureType">
  <xs:annotation>
    <xs:documentation>The LineCheckedFeatureType defines that a line feature is checked.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CheckDetails" type="LineCheckedType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CheckDetails element gives details about the line 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