Definition Type: Element
Name: Line
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Modified to include official ID, as with all CoordGeom elements
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into End in schema landxml-1_1_xsd Drilldown into Start in schema landxml-1_1_xsd Drilldown into note in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into staStart in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into length in schema landxml-1_1_xsd Drilldown into dir in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsdXSD Diagram of Line in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Line">
    <xs:annotation>
        <xs:documentation>Modified to include official ID, as with all CoordGeom elements</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Start" />
            <xs:element ref="End" />
            <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="note" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Start land:Start (1) (1)
End land:End (1) (1)
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
desc land:desc (Optional)
dir land:dir (Optional)
length land:length (Optional)
name land:name (Optional)
staStart land:staStart (Optional)
state land:state (Optional)
oID land:oID (Optional)
note land:note (Optional)