diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | TargetPoint Backsight RawObservation ReducedObservation RedHorizontalPosition ReducedArcObservation RedVerticalObservation FieldNote Feature | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ObservationGroup"> <xs:annotation> <xs:documentation>All observations to the same point in a group should be averaged together (they have consistant orientation)</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="TargetPoint" minOccurs="0"/> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="Backsight"/> <xs:element ref="RawObservation" maxOccurs="unbounded"/> <xs:element ref="ReducedObservation"/> <xs:element ref="RedHorizontalPosition" minOccurs="0"/> <xs:element ref="ReducedArcObservation" minOccurs="0"/> <xs:element ref="RedVerticalObservation" minOccurs="0"/> <xs:element ref="FieldNote" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="required"/> <xs:attribute name="purpose" type="purposeType"/> <xs:attribute name="setupID" type="xs:IDREF"/> <xs:attribute name="targetSetupID" type="xs:IDREF"/> <xs:attribute name="setID"/> <xs:attribute name="coordGeomRefs" type="coordGeomNameRefs"/> <xs:attribute name="alignRef" type="alignmentNameRef"/> <xs:attribute name="alignStationName" type="xs:string"/> <xs:attribute name="alignOffset" type="offsetDistance"/> <!-- 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. --> <!-- 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. --> </xs:complexType> </xs:element> |
type | xs:ID | ||||
properties |
|
||||
source | <xs:attribute name="id" type="xs:ID" use="required"/> |
type | purposeType | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
source | <xs:attribute name="purpose" type="purposeType"/> |
type | xs:IDREF | ||
properties |
|
||
source | <xs:attribute name="setupID" type="xs:IDREF"/> |
type | xs:IDREF | ||
properties |
|
||
source | <xs:attribute name="targetSetupID" type="xs:IDREF"/> |
properties |
|
||
source | <xs:attribute name="setID"/> |
type | coordGeomNameRefs | ||
properties |
|
||
source | <xs:attribute name="coordGeomRefs" type="coordGeomNameRefs"/> |
type | alignmentNameRef | ||
properties |
|
||
source | <xs:attribute name="alignRef" type="alignmentNameRef"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="alignStationName" type="xs:string"/> |
type | offsetDistance | ||
properties |
|
||
source | <xs:attribute name="alignOffset" type="offsetDistance"/> |