simpleType roadTerrainType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Roadway/@roadTerrain
facets
enumeration flat
enumeration rolling
enumeration mountainous
source <xs:simpleType name="roadTerrainType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="flat"/>
   
<xs:enumeration value="rolling"/>
   
<xs:enumeration value="mountainous"/>
 
</xs:restriction>
</xs:simpleType>


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