land:CgPoints
A collection of COGO points. (Cg = COGO = Cordinate Geometry)
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- land:CgPoint [0..*] Represents a COrdinate GeOmetry Point. The Point is identified by the "name" attr and the data value will be a sequence of space delimented, two or three double numberic values: (Northing Easting) or (Northing Easting Elevation).
- land:CgPoints [0..*] A collection of COGO points. (Cg = COGO = Cordinate Geometry)
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
desc | [0..1] | xsd:string | ||
name | [0..1] | xsd:string | ||
state | [0..1] | land:stateType | ||
code | [0..1] | xsd:string | ||
zoneNumber | [0..1] | land:zoneNumberType | ||
DTMAttribute | [0..1] | land:DTMAttributeType |
Identity constraints
Type | Name | Selector | Field(s) |
---|---|---|---|
unique | uPntName | CgPoint | @name |
Used in
- Anonymous type of element land:CgPoints
- Anonymous type of element land:LandXML
- Anonymous type of element land:Survey
Sample instance
<land:CgPoints> <land:CgPoint>Any text, intermingled with:1.0 1.0</land:CgPoint> <land:Feature> <!--any element--> </land:Feature> </land:CgPoints>