simpleType trafficControlType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute TrafficControl/@controlType
facets
enumeration none
enumeration signal
enumeration stop
enumeration yield
source <xs:simpleType name="trafficControlType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="none"/>
   
<xs:enumeration value="signal"/>
   
<xs:enumeration value="stop"/>
   
<xs:enumeration value="yield"/>
 
</xs:restriction>
</xs:simpleType>


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