diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
children |
TargetPoint OffsetVals FieldNote Feature |
used by |
|
attributes |
|
source |
<xs:complexType name="RawObservationType">
<xs:sequence>
<xs:element ref="TargetPoint"/>
<xs:element ref="OffsetVals" minOccurs="0"/>
<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="setupID" type="xs:IDREF"/>
<xs:attribute name="targetSetupID" type="xs:IDREF"/>
<xs:attribute name="setID"/>
<xs:attribute name="purpose" type="purposeType"/>
<xs:attribute name="targetHeight" type="xs:double"/>
<xs:attribute name="horizAngle" type="angle" use="optional"/>
<xs:attribute name="slopeDistance" type="xs:double" use="optional"/>
<xs:attribute name="zenithAngle" type="zenithAngle" use="optional"/>
<xs:attribute name="horizDistance" type="xs:double"/>
<xs:attribute name="vertDistance" type="xs:double"/>
<xs:attribute name="azimuth" type="direction" use="optional"/>
<xs:attribute name="unused" type="xs:boolean"/>
<xs:attribute name="directFace" type="xs:boolean"/>
<xs:attribute name="coordGeomRefs" type="coordGeomNameRefs"/>
<xs:attribute name="timeStamp" type="xs:dateTime"/>
<xs:attribute name="alignRef" type="alignmentNameRef"/>
<xs:attribute name="alignStationName" type="xs:string"/>
<xs:attribute name="alignOffset" type="offsetDistance"/>
<xs:attribute name="upperStadia" type="xs:double"/>
<xs:attribute name="rod" type="xs:double"/>
<xs:attribute name="lowerStadia" type="xs:double"/>
<xs:attribute name="circlePositionSet" type="xs:double"/>
<xs:attribute name="status" type="observationStatusType"/>
<!-- FDOT SURVEY ADDTIONS -->
<!-- FDOT notes on RawObservations additions
Where:
alignRef is the name of the alignment.
alignStationName is the station value where the rod reading is taken.
alignOffset is the signed (+/-) distance from the CL of the referenced alignment.
3-wire level loop attributes:
upperStadia is the upper stadia hair rod reading.
rod is the middle hair rod reading.
lowerStadia is the lower stadia hair rod reading.
circlePositionSet represents the position of the reading circle.
This optional attribute (assumed to be "1.0"), unless multiple reading
circle positions were present from the same setup record.
‘unused’ = boolean attribute to indicate the record is not used.
'directFace' = indicates the scope is flipped – true if the scope is not flipped, false if it is. -->
<!-- coordGeomRefs identifies one or more 'name' values that link to specific <Line>, <Curve>, <Spiral> or <IrregularLine> in a <CoordGeom> element. This allows linking an survey observation to specific <Parcel>.<CoordGeom> based geometry. -->
</xs:complexType> |