Definition Type: Element
Name: ZoneCrossSectStructure
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into PntList2D in schema landxml-1_1_xsd Drilldown into catalogReference in schema landxml-1_1_xsd Drilldown into placement in schema landxml-1_1_xsd Drilldown into transition in schema landxml-1_1_xsd Drilldown into endOffsetElev in schema landxml-1_1_xsd Drilldown into endOffset in schema landxml-1_1_xsd Drilldown into startOffsetElev in schema landxml-1_1_xsd Drilldown into startOffset in schema landxml-1_1_xsd Drilldown into offsetMode in schema landxml-1_1_xsd Drilldown into outerConnectPnt in schema landxml-1_1_xsd Drilldown into innerConnectPnt in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of ZoneCrossSectStructure in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="ZoneCrossSectStructure">
    <xs:complexType>
        <xs:sequence>
            <xs:annotation>
                <xs:documentation>
			        The PntList2D contains space delimited offsetDistance / elevation pairs describing a crossectional shape, typically a closed shape representing a retaining wall, traffic barriers or vertical pillars. As is common with road cross sections the origin is the Profile Grade Line (PGL) of the design road. The offsetDistance measure is the 2D distance from the PGL and the elevation values are absolute (real world) elevations for the entire data set.</xs:documentation>
            </xs:annotation>
            <xs:element ref="PntList2D" />
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="innerConnectPnt" type="crossSectionPnt" use="required" />
        <xs:attribute name="outerConnectPnt" type="crossSectionPnt" use="required" />
        <xs:attribute name="offsetMode" type="zoneOffsetType" default="zone" />
        <xs:attribute name="startOffset" type="offsetDistance" default="0.0" />
        <xs:attribute name="startOffsetElev" type="offsetElevation" default="0.0" />
        <xs:attribute name="endOffset" type="offsetDistance" default="0.0" />
        <xs:attribute name="endOffsetElev" type="offsetElevation" default="0.0" />
        <xs:attribute name="transition" type="zoneTransitionType" default="parallel" />
        <xs:attribute name="placement" type="zonePlacementType" default="dependent" />
        <xs:attribute name="catalogReference" type="xs:anyURI" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PntList2D land:PntList2D (1) (1)
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name land:name (Optional)
innerConnectPnt land:innerConnectPnt Required
outerConnectPnt land:outerConnectPnt Required
offsetMode land:offsetMode zone (Optional)
startOffset land:startOffset 0.0 (Optional)
startOffsetElev land:startOffsetElev 0.0 (Optional)
endOffset land:endOffset 0.0 (Optional)
endOffsetElev land:endOffsetElev 0.0 (Optional)
transition land:transition parallel (Optional)
placement land:placement dependent (Optional)
catalogReference land:catalogReference Optional