Definition Type: Element
Name: InstrumentSetup
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
The Instrument setup location is defined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.
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 RawObservation in schema landxml-1_1_xsd Drilldown into TargetSetup in schema landxml-1_1_xsd Drilldown into Backsight in schema landxml-1_1_xsd Drilldown into InstrumentPoint in schema landxml-1_1_xsd Drilldown into circleAzimuth in schema landxml-1_1_xsd Drilldown into orientationAzimuth in schema landxml-1_1_xsd Drilldown into instrumentHeight in schema landxml-1_1_xsd Drilldown into stationName in schema landxml-1_1_xsd Drilldown into instrumentDetailsID in schema landxml-1_1_xsd Drilldown into id in schema landxml-1_1_xsdXSD Diagram of InstrumentSetup in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="InstrumentSetup">
    <xs:annotation>
        <xs:documentation>The Instrument setup location is defined by either a coordinate text value ("north east" or "north east elev") or a CgPoint number reference "pntRef" attribute.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element ref="InstrumentPoint" minOccurs="0" />
                <xs:element ref="Backsight" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="TargetSetup" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="RawObservation" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="ObservationGroup" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="ControlChecks" 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:attribute name="id" type="xs:ID" use="required" />
        <xs:attribute name="instrumentDetailsID" type="xs:IDREF" />
        <xs:attribute name="stationName" type="xs:string" use="required" />
        <xs:attribute name="instrumentHeight" type="xs:double" use="required" />
        <xs:attribute name="orientationAzimuth" type="direction" />
        <xs:attribute name="circleAzimuth" type="direction" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InstrumentPoint land:InstrumentPoint 0 (1)
Backsight land:Backsight 0 unbounded
TargetSetup land:TargetSetup 0 unbounded
RawObservation land:RawObservation 0 unbounded
ObservationGroup land:ObservationGroup 0 unbounded
ControlChecks land:ControlChecks 0 unbounded
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id land:id Required
instrumentDetailsID land:instrumentDetailsID (Optional)
stationName land:stationName Required
instrumentHeight land:instrumentHeight Required
orientationAzimuth land:orientationAzimuth (Optional)
circleAzimuth land:circleAzimuth (Optional)