Definition Type: Element
Name: RedVerticalObservation
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into VerticalDatum in schema landxml-1_1_xsd Drilldown into originMark in schema landxml-1_1_xsd Drilldown into gsMethod in schema landxml-1_1_xsd Drilldown into gsModel in schema landxml-1_1_xsd Drilldown into gsDatum in schema landxml-1_1_xsd Drilldown into geosphoid in schema landxml-1_1_xsd Drilldown into verticalFix 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 FieldNote 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">
    <xs:complexType>
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="name" type="xs:string" use="required" />
        <xs:attribute name="state" type="xs:string" />
        <xs:attribute name="oID" type="xs:string" />
        <xs:attribute name="purpose" type="purposeType" />
        <xs:attribute name="date" type="xs:date" />
        <xs:attribute name="equipmentUsed" type="xs:string" />
        <xs:attribute name="FieldNote" type="xs:string" />
        <xs:attribute name="height" type="xs:double" />
        <xs:attribute name="verticalAdjustment" type="xs:string" />
        <xs:attribute name="verticalFix" type="xs:string" />
        <xs:attribute name="geosphoid" type="xs:double" />
        <xs:attribute name="gsDatum" type="xs:string" />
        <xs:attribute name="gsModel" type="xs:string" />
        <xs:attribute name="gsMethod" type="xs:string" />
        <xs:attribute name="originMark" type="xs:string" />
        <xs:attribute name="VerticalDatum" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
name land:name Required
state land:state (Optional)
oID land:oID (Optional)
purpose land:purpose (Optional)
date land:date (Optional)
equipmentUsed land:equipmentUsed (Optional)
FieldNote land:FieldNote (Optional)
height land:height (Optional)
verticalAdjustment land:verticalAdjustment (Optional)
verticalFix land:verticalFix (Optional)
geosphoid land:geosphoid (Optional)
gsDatum land:gsDatum (Optional)
gsModel land:gsModel (Optional)
gsMethod land:gsMethod (Optional)
originMark land:originMark (Optional)
VerticalDatum land:VerticalDatum (Optional)