Definition Type: Element
Name: Corrections
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 prismEccentricity in schema landxml-1_1_xsd Drilldown into sphericity in schema landxml-1_1_xsd Drilldown into applyRefractionCoefficient in schema landxml-1_1_xsd Drilldown into refractionCoefficient in schema landxml-1_1_xsdXSD Diagram of Corrections in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Corrections">
    <xs:annotation>
        <xs:documentation />
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <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="refractionCoefficient" type="xs:double" />
        <xs:attribute name="applyRefractionCoefficient" type="xs:boolean" />
        <xs:attribute name="sphericity" type="xs:double" />
        <xs:attribute name="prismEccentricity" type="xs:double" />
        <!-- if 'true' then atmospheric corrections are to be applied to the measured distances read from the file -->
        <!-- if 'true' then sea level corrections are to be applied to the measured distances read from the file -->
        <!-- this is for recording the refraction coefficient used in the curvature and refraction correction of zenith angles -->
        <!-- if 'true' then RefractionCoefficient should be applied to the measured zenith angles read from the file -->
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FieldNote land:FieldNote 0 unbounded
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
refractionCoefficient land:refractionCoefficient (Optional)
applyRefractionCoefficient land:applyRefractionCoefficient (Optional)
sphericity land:sphericity (Optional)
prismEccentricity land:prismEccentricity (Optional)