Definition Type: Element
Name: LaserSetup
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into FieldNote 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 magDeclination in schema landxml-1_1_xsd Drilldown into laserDetailsID 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 id in schema landxml-1_1_xsdXSD Diagram of LaserSetup in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="LaserSetup">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="InstrumentPoint" minOccurs="0" />
            <xs:element ref="Backsight" minOccurs="0" />
            <xs:element ref="TargetSetup" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="RawObservation" />
            <xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="id" type="xs:ID" use="required" />
        <xs:attribute name="stationName" use="required" />
        <xs:attribute name="instrumentHeight" type="xs:double" />
        <xs:attribute name="laserDetailsID" type="xs:IDREF" />
        <xs:attribute name="magDeclination" type="xs:double" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InstrumentPoint land:InstrumentPoint 0 (1)
Backsight land:Backsight 0 (1)
TargetSetup land:TargetSetup 0 unbounded
RawObservation land:RawObservation (1) (1)
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id land:id Required
stationName land:stationName Required
instrumentHeight land:instrumentHeight (Optional)
laserDetailsID land:laserDetailsID (Optional)
magDeclination land:magDeclination (Optional)