simpleType roadSignType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute RoadSign/@type
facets
enumeration regulatory
enumeration guide
enumeration warning
enumeration specificService
enumeration tourist
enumeration recreation-cultural
enumeration emergencyManagement
source <xs:simpleType name="roadSignType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="regulatory"/>
   
<xs:enumeration value="guide"/>
   
<xs:enumeration value="warning"/>
   
<xs:enumeration value="specificService"/>
   
<xs:enumeration value="tourist"/>
   
<xs:enumeration value="recreation-cultural"/>
   
<xs:enumeration value="emergencyManagement"/>
 
</xs:restriction>
</xs:simpleType>


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