land:ZoneCrossSectStructure
Element information
Namespace: http://www.landxml.org/schema/LandXML-1.1
Schema document: external/landxml/1.1/LandXML-1.1.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- land:PntList2D [1..1] A sequential space delimited list of 2D coordinates with a minimum of 2 points (4 values). It is primarily used for ProfileSurf to hold the list of station/elevations and CrossSectSurf for offset/elevation. Example: "0.000 86.52 6.267 86.89 12.413 87.01 26.020 87.83"
- land:Feature [0..*] Used to include additional information that is not explicitly defined by the LandXML schema, Feature may contain one or more Property, DocFileRef or nested Feature elements. NOTE: to allow any valid content, the explicit definitions for Property, DocFileRef and Feature have been commented out, but are still expected in common use.Each Property element defines one piece of data.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [0..1] | xsd:string | ||
innerConnectPnt | [1..1] | land:crossSectionPnt | ||
outerConnectPnt | [1..1] | land:crossSectionPnt | ||
offsetMode | [0..1] | land:zoneOffsetType | Default value is "zone". | |
startOffset | [0..1] | land:offsetDistance | Default value is "0.0". | |
startOffsetElev | [0..1] | land:offsetElevation | Default value is "0.0". | |
endOffset | [0..1] | land:offsetDistance | Default value is "0.0". | |
endOffsetElev | [0..1] | land:offsetElevation | Default value is "0.0". | |
transition | [0..1] | land:zoneTransitionType | Default value is "parallel". | |
placement | [0..1] | land:zonePlacementType | Default value is "dependent". | |
catalogReference | [0..1] | xsd:anyURI |
Used in
- Anonymous type of element land:Zone
Sample instance
<land:ZoneCrossSectStructure innerConnectPnt="1.0 1.0" outerConnectPnt="1.0 1.0"> <land:PntList2D>1.0 1.0</land:PntList2D> <land:Feature> <!--any element--> </land:Feature> </land:ZoneCrossSectStructure>