diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | PntList2D Feature | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <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> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="name" type="xs:string"/> |
type | crossSectionPnt | ||||
properties |
|
||||
facets |
|
||||
source | <xs:attribute name="innerConnectPnt" type="crossSectionPnt" use="required"/> |
type | crossSectionPnt | ||||
properties |
|
||||
facets |
|
||||
source | <xs:attribute name="outerConnectPnt" type="crossSectionPnt" use="required"/> |
type | zoneOffsetType | ||||
properties |
|
||||
facets |
|
||||
source | <xs:attribute name="offsetMode" type="zoneOffsetType" default="zone"/> |
type | offsetDistance | ||||
properties |
|
||||
source | <xs:attribute name="startOffset" type="offsetDistance" default="0.0"/> |
type | offsetElevation | ||||
properties |
|
||||
source | <xs:attribute name="startOffsetElev" type="offsetElevation" default="0.0"/> |
type | offsetDistance | ||||
properties |
|
||||
source | <xs:attribute name="endOffset" type="offsetDistance" default="0.0"/> |
type | offsetElevation | ||||
properties |
|
||||
source | <xs:attribute name="endOffsetElev" type="offsetElevation" default="0.0"/> |
type | zoneTransitionType | ||||
properties |
|
||||
facets |
|
||||
source | <xs:attribute name="transition" type="zoneTransitionType" default="parallel"/> |
type | zonePlacementType | ||||
properties |
|
||||
facets |
|
||||
source | <xs:attribute name="placement" type="zonePlacementType" default="dependent"/> |
type | xs:anyURI | ||||
properties |
|
||||
source | <xs:attribute name="catalogReference" type="xs:anyURI" use="optional"/> |