Definition Type: Element
Name: InstrumentDetails
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 Corrections in schema landxml-1_1_xsd Drilldown into vertCollimation in schema landxml-1_1_xsd Drilldown into horizCollimation in schema landxml-1_1_xsd Drilldown into refractiveIndex in schema landxml-1_1_xsd Drilldown into carrierWavelength in schema landxml-1_1_xsd Drilldown into zenithAnglePrecision in schema landxml-1_1_xsd Drilldown into serialNumber in schema landxml-1_1_xsd Drilldown into model in schema landxml-1_1_xsd Drilldown into manufacturer in schema landxml-1_1_xsd Drilldown into horizAnglePrecision in schema landxml-1_1_xsd Drilldown into edmVertOffset in schema landxml-1_1_xsd Drilldown into edmAccuracyppm in schema landxml-1_1_xsd Drilldown into edmAccuracyConstant in schema landxml-1_1_xsd Drilldown into id in schema landxml-1_1_xsdXSD Diagram of InstrumentDetails in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="InstrumentDetails">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Corrections" />
            <xs:choice 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="edmAccuracyConstant" type="xs:double" />
        <xs:attribute name="edmAccuracyppm" type="xs:double" />
        <xs:attribute name="edmVertOffset" type="xs:double" />
        <xs:attribute name="horizAnglePrecision" type="xs:double" />
        <xs:attribute name="manufacturer" type="xs:string" />
        <xs:attribute name="model" type="xs:string" />
        <xs:attribute name="serialNumber" type="xs:string" />
        <xs:attribute name="zenithAnglePrecision" type="xs:double" />
        <xs:attribute name="carrierWavelength" type="xs:double" />
        <xs:attribute name="refractiveIndex" type="xs:double" />
        <xs:attribute name="horizCollimation" type="xs:double" />
        <xs:attribute name="vertCollimation" type="xs:double" />
        <!-- In order to compute the atmospheric corrections correctly record the 
			EDM instrument carrier wavelength (carrierWavelength) and the group refractive index
			for the instrument (refractiveIndex). -->
        <!-- To allow for older style top mounted EDM's -->
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Corrections land:Corrections (1) (1)
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id land:id Required
edmAccuracyConstant land:edmAccuracyConstant (Optional)
edmAccuracyppm land:edmAccuracyppm (Optional)
edmVertOffset land:edmVertOffset (Optional)
horizAnglePrecision land:horizAnglePrecision (Optional)
manufacturer land:manufacturer (Optional)
model land:model (Optional)
serialNumber land:serialNumber (Optional)
zenithAnglePrecision land:zenithAnglePrecision (Optional)
carrierWavelength land:carrierWavelength (Optional)
refractiveIndex land:refractiveIndex (Optional)
horizCollimation land:horizCollimation (Optional)
vertCollimation land:vertCollimation (Optional)