Definition Type: Element
Name: ControlChecks
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Records check shots to know locations during field observations
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into FieldNote in schema landxml-1_1_xsd Drilldown into PointResults in schema landxml-1_1_xsd Drilldown into ObservationGroup in schema landxml-1_1_xsdXSD Diagram of ControlChecks in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="ControlChecks">
    <xs:annotation>
        <xs:documentation>Records check shots to know locations during field observations</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="ObservationGroup" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="PointResults" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ObservationGroup land:ObservationGroup 0 unbounded
PointResults land:PointResults 0 unbounded
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded