diagram | |||||||||||||||||||||||||||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | Line IrregularLine Curve Spiral Chain Feature | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="CoordGeom"> <xs:annotation> <xs:documentation>A sequential list of Line and/or Curve and/or Spiral elements.</xs:documentation> <xs:documentation>After the sequential list of elements an optional vertical geometry may be defined as a profile, which may be as simple as a list of PVIs (point to point 3D line string).</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice maxOccurs="unbounded"> <xs:element ref="Line" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="IrregularLine" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Curve" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Spiral" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="Chain" minOccurs="0" maxOccurs="unbounded"/> </xs:choice> <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="desc" type="xs:string"/> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="state" type="stateType"/> <xs:attribute name="oID" type="xs:string"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="desc" type="xs:string"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="name" type="xs:string"/> |
type | stateType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:attribute name="state" type="stateType"/> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="oID" type="xs:string"/> |