| namespace | http://www.landxml.org/schema/LandXML-1.2 | ||||||
| type | restriction of xs:string | ||||||
| used by |
|
||||||
| facets |
|
||||||
| 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> |