land:Roadway
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
- Choice [0..*]
- land:Classification [0..*]
- land:Lanes [0..*]
- land:Roadside [0..*]
- land:Speeds [0..*]
- land:NoPassingZone [0..*]
- land:TrafficVolume [0..*]
- land:CrashData [0..*]
- land:DecisionSightDistance [0..*]
- land:BridgeElement [0..*]
- land:PlanFeature [0..*] A planimetric feature not otherwise defined by the schema, such as building footprints, guard rails, tree lines, lightpoles or signage.
- 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 | [1..1] | xsd:string | ||
alignmentRefs | [1..1] | land:alignmentNameRefs | ||
surfaceRefs | [0..1] | land:surfaceNameRefs | ||
gradeModelRefs | [0..1] | land:gradeModelNameRefs | ||
staStart | [0..1] | land:station | ||
staEnd | [0..1] | land:station | ||
desc | [0..1] | xsd:string | ||
roadTerrain | [0..1] | land:roadTerrainType | ||
state | [0..1] | land:stateType |
Used in
- Anonymous type of element land:Roadways
Sample instance
<land:Roadway name="string" alignmentRefs="string string" staStart="1.0"> <land:Classification staStart="1.0"> <land:Feature> <!--any element--> </land:Feature> </land:Classification> </land:Roadway>