element IrregularLine
diagram LandXML-1.2Doc_p100.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children Start End PntList2D PntList3D Feature
used by
element CoordGeom
attributes
Name  Type  Use  Default  Fixed  annotation
descxs:string      
dirdirection      
lengthxs:double      
namexs:string      
staStartxs:double      
statestateType      
oIDxs:string      
sourcexs:string      
notexs:string      
annotation
documentation
Used to record lines that are irregular such as river boudaries etc. It has Start and End point elements and a list of intermediate points. Point list should also include the start and end points.
source <xs:element name="IrregularLine">
 
<xs:annotation>
   
<xs:documentation>Used to record lines that are irregular such as river boudaries etc. It has Start and End point elements and a list of intermediate points. Point list should also include the start and end points.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="Start"/>
     
<xs:element ref="End"/>
     
<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="desc" type="xs:string"/>
   
<xs:attribute name="dir" type="direction"/>
   
<xs:attribute name="length" type="xs:double"/>
   
<xs:attribute name="name" type="xs:string"/>
   
<xs:attribute name="staStart" type="xs:double"/>
   
<xs:attribute name="state" type="stateType"/>
   
<xs:attribute name="oID" type="xs:string"/>
   
<xs:attribute name="source" type="xs:string"/>
   
<xs:attribute name="note" type="xs:string"/>
 
</xs:complexType>
</xs:element>

attribute IrregularLine/@desc
type xs:string
properties
isRef 0
source <xs:attribute name="desc" type="xs:string"/>

attribute IrregularLine/@dir
type direction
properties
isRef 0
source <xs:attribute name="dir" type="direction"/>

attribute IrregularLine/@length
type xs:double
properties
isRef 0
source <xs:attribute name="length" type="xs:double"/>

attribute IrregularLine/@name
type xs:string
properties
isRef 0
source <xs:attribute name="name" type="xs:string"/>

attribute IrregularLine/@staStart
type xs:double
properties
isRef 0
source <xs:attribute name="staStart" type="xs:double"/>

attribute IrregularLine/@state
type stateType
properties
isRef 0
facets
enumeration abandoned
enumeration destroyed
enumeration existing
enumeration proposed
source <xs:attribute name="state" type="stateType"/>

attribute IrregularLine/@oID
type xs:string
properties
isRef 0
source <xs:attribute name="oID" type="xs:string"/>

attribute IrregularLine/@source
type xs:string
properties
isRef 0
source <xs:attribute name="source" type="xs:string"/>

attribute IrregularLine/@note
type xs:string
properties
isRef 0
source <xs:attribute name="note" type="xs:string"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy