simpleType sideofRoadType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attributes DesignCrossSectSurf/@side Zones/@side NoPassingZone/@sideofRoad PostedSpeed/@sideofRoad Curb/@sideofRoad RoadSign/@sideofRoad BikeFacilities/@sideofRoad ObstructionOffset/@sideofRoad WideningLane/@sideofRoad OffsetLane/@sideofRoad ClimbLane/@sideofRoad TwoWayLeftTurnLane/@sideofRoad TurnLane/@sideofRoad PassingLane/@sideofRoad ThruLane/@sideofRoad PeakHour/@sideofRoad DesignSpeed85th/@sideofRoad
facets
enumeration right
enumeration left
enumeration both
source <xs:simpleType name="sideofRoadType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="right"/>
   
<xs:enumeration value="left"/>
   
<xs:enumeration value="both"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy