simpleType shoulderMaterialType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
facets
enumeration turf
enumeration gravel
enumeration paved
enumeration composite
source <xs:simpleType name="shoulderMaterialType">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="turf"/>
   
<xs:enumeration value="gravel"/>
   
<xs:enumeration value="paved"/>
   
<xs:enumeration value="composite"/>
 
</xs:restriction>
</xs:simpleType>


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