Definition Type: Element
Name: RedVerticalObservation
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
This element is used to define the Reduced Verticall Position. The coordinates given in Geographical Coordinates may come in variety of means.
Collapse XSD Schema Diagram:
Drilldown into FieldNote in schema landxml-1_1_xsd Drilldown into verticalAdjustment in schema landxml-1_1_xsd Drilldown into height in schema landxml-1_1_xsd Drilldown into verticalDatum in schema landxml-1_1_xsd Drilldown into order in schema landxml-1_1_xsd Drilldown into localUncertainity in schema landxml-1_1_xsd Drilldown into positionalUncertainity in schema landxml-1_1_xsd Drilldown into class in schema landxml-1_1_xsd Drilldown into currencyDate in schema landxml-1_1_xsd Drilldown into filedNote in schema landxml-1_1_xsd Drilldown into equipmentUsed in schema landxml-1_1_xsd Drilldown into date in schema landxml-1_1_xsd Drilldown into purpose in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsdXSD Diagram of RedVerticalObservation in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="RedVerticalObservation" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>This element is used to define the Reduced Verticall Position. The coordinates given in Geographical Coordinates may come in variety of means.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="FieldNote" />
        </xs:sequence>
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="state" type="xs:string" />
        <xs:attribute name="oID" type="xs:string" />
        <xs:attribute name="purpose" type="xs:string" />
        <xs:attribute name="date" type="xs:date" />
        <xs:attribute name="equipmentUsed" type="xs:string" />
        <xs:attribute name="filedNote" type="xs:string" />
        <xs:attribute name="currencyDate" type="xs:date" />
        <xs:attribute name="class" type="xs:integer" />
        <xs:attribute name="positionalUncertainity" type="xs:string" />
        <xs:attribute name="localUncertainity" type="xs:string" />
        <xs:attribute name="order" type="xs:string" />
        <xs:attribute name="verticalDatum" type="xs:string" />
        <xs:attribute name="height" type="xs:double" />
        <xs:attribute name="verticalAdjustment" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FieldNote land:FieldNote (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
name land:name (Optional)
state land:state (Optional)
oID land:oID (Optional)
purpose land:purpose (Optional)
date land:date (Optional)
equipmentUsed land:equipmentUsed (Optional)
filedNote land:filedNote (Optional)
currencyDate land:currencyDate (Optional)
class land:class (Optional)
positionalUncertainity land:positionalUncertainity (Optional)
localUncertainity land:localUncertainity (Optional)
order land:order (Optional)
verticalDatum land:verticalDatum (Optional)
height land:height (Optional)
verticalAdjustment land:verticalAdjustment (Optional)