simpleType trafficTurnRestriction
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute TurnRestriction/@type
facets
enumeration none
enumeration no-left-turn
enumeration no-right-turn
enumeration no-U-turn
enumeration no-turn
source <xs:simpleType name="trafficTurnRestriction">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="none"/>
   
<xs:enumeration value="no-left-turn"/>
   
<xs:enumeration value="no-right-turn"/>
   
<xs:enumeration value="no-U-turn "/>
   
<xs:enumeration value="no-turn "/>
 
</xs:restriction>
</xs:simpleType>


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