diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
|
children |
FieldNote Feature |
used by |
|
attributes |
|
annotation |
documentation | This element is used to define the Reduced Horizontal Position. The coordinates given in Geographical Coordinates may come in variety of means. |
|
source |
<xs:element name="RedHorizontalPosition">
<xs:annotation>
<xs:documentation>This element is used to define the Reduced Horizontal Position. The coordinates given in Geographical Coordinates may come in variety of means. </xs:documentation>
</xs:annotation>
<xs:complexType>
<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: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="setupID" type="xs:IDREF"/>
<xs:attribute name="date" type="xs:date"/>
<xs:attribute name="equipmentUsed" type="equipmentType"/>
<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> |