Definition Type: Element
Name: RedHorizontalPosition
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PositionalUncertainity in schema landxml-1_1_xsd Drilldown into order in schema landxml-1_1_xsd Drilldown into class in schema landxml-1_1_xsd Drilldown into localUncertainity in schema landxml-1_1_xsd Drilldown into CurrencyDate in schema landxml-1_1_xsd Drilldown into horizontalFix in schema landxml-1_1_xsd Drilldown into longitude in schema landxml-1_1_xsd Drilldown into latitude in schema landxml-1_1_xsd Drilldown into horizontalAdjustment in schema landxml-1_1_xsd Drilldown into horizontalDatum in schema landxml-1_1_xsd Drilldown into equipmentUsed in schema landxml-1_1_xsd Drilldown into fieldNote 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 RedHorizontalPosition in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="RedHorizontalPosition">
    <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="fieldNote" type="xs:string" />
        <xs:attribute name="equipmentUsed" type="xs:string" />
        <xs:attribute name="horizontalDatum" type="xs:string" />
        <xs:attribute name="horizontalAdjustment" type="xs:string" />
        <xs:attribute name="latitude" type="xs:string" />
        <xs:attribute name="longitude" type="xs:string" />
        <xs:attribute name="horizontalFix" type="xs:string" />
        <xs:attribute name="CurrencyDate" type="xs:string" />
        <xs:attribute name="localUncertainity" type="xs:double" />
        <xs:attribute name="class" type="xs:string" />
        <xs:attribute name="order" type="xs:string" />
        <xs:attribute name="PositionalUncertainity" type="xs:double" />
    </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)
fieldNote land:fieldNote (Optional)
equipmentUsed land:equipmentUsed (Optional)
horizontalDatum land:horizontalDatum (Optional)
horizontalAdjustment land:horizontalAdjustment (Optional)
latitude land:latitude (Optional)
longitude land:longitude (Optional)
horizontalFix land:horizontalFix (Optional)
CurrencyDate land:CurrencyDate (Optional)
localUncertainity land:localUncertainity (Optional)
class land:class (Optional)
order land:order (Optional)
PositionalUncertainity land:PositionalUncertainity (Optional)