diagram | |||||||||||||||||||||||||||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | PntList2D PntList3D Feature | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="Breakline"> <xs:annotation> <xs:documentation>The breakline is defined by a 2D north/east or 3D north/east/elev list of points that define the geometry.</xs:documentation> <xs:documentation>is identified by the "name" attribute.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice> <xs:element ref="PntList2D"/> <xs:element ref="PntList3D"/> <!-- Here PntList2D represents 2D planametric coordinate pairs expressed as space delimited Northing Easting pairs. --> </xs:choice> <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="brkType" type="breakLineType"/> <xs:attribute name="desc" type="xs:string"/> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="state" type="stateType"/> </xs:complexType> </xs:element> |
type | breakLineType | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:attribute name="brkType" type="breakLineType"/> |
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"/> |