Definition Type: Element
Name: Survey
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
I've added state here as a safety net
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into FieldNote in schema landxml-1_1_xsd Drilldown into ControlChecks in schema landxml-1_1_xsd Drilldown into ObservationGroup in schema landxml-1_1_xsd Drilldown into GPSPosition in schema landxml-1_1_xsd Drilldown into GPSVector in schema landxml-1_1_xsd Drilldown into TargetSetup in schema landxml-1_1_xsd Drilldown into GPSSetup in schema landxml-1_1_xsd Drilldown into LaserSetup in schema landxml-1_1_xsd Drilldown into InstrumentSetup in schema landxml-1_1_xsd Drilldown into CgPoints in schema landxml-1_1_xsd Drilldown into SurveyMonument in schema landxml-1_1_xsd Drilldown into Equipment in schema landxml-1_1_xsd Drilldown into SurveyHeader in schema landxml-1_1_xsd Drilldown into verticalAccuracy in schema landxml-1_1_xsd Drilldown into horizontalAccuracy in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into endTime in schema landxml-1_1_xsd Drilldown into startTime in schema landxml-1_1_xsd Drilldown into date in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsdXSD Diagram of Survey in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Survey">
    <xs:annotation>
        <xs:documentation>I've added state here as a safety net</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="SurveyHeader" />
            <xs:element ref="Equipment" />
            <xs:element ref="SurveyMonument" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CgPoints" minOccurs="0" maxOccurs="unbounded" />
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="InstrumentSetup" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="LaserSetup" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="GPSSetup" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="TargetSetup" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="GPSVector" />
                <xs:element ref="GPSPosition" />
                <xs:element ref="ObservationGroup" />
                <xs:element ref="ControlChecks" />
                <xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="date" type="xs:date" />
        <xs:attribute name="startTime" type="xs:dateTime" />
        <xs:attribute name="endTime" type="xs:dateTime" />
        <xs:attribute name="state" type="stateType" />
        <xs:attribute name="horizontalAccuracy" type="xs:string" />
        <xs:attribute name="verticalAccuracy" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SurveyHeader land:SurveyHeader (1) (1)
Equipment land:Equipment (1) (1)
SurveyMonument land:SurveyMonument 0 unbounded
CgPoints land:CgPoints 0 unbounded
InstrumentSetup land:InstrumentSetup 0 unbounded
LaserSetup land:LaserSetup 0 unbounded
GPSSetup land:GPSSetup 0 unbounded
TargetSetup land:TargetSetup 0 unbounded
GPSVector land:GPSVector (1) (1)
GPSPosition land:GPSPosition (1) (1)
ObservationGroup land:ObservationGroup (1) (1)
ControlChecks land:ControlChecks (1) (1)
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
date land:date (Optional)
startTime land:startTime (Optional)
endTime land:endTime (Optional)
state land:state (Optional)
horizontalAccuracy land:horizontalAccuracy (Optional)
verticalAccuracy land:verticalAccuracy (Optional)