simpleType impPressure
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Imperial/@pressureUnit
facets
enumeration inchHG
enumeration inHG
source <xs:simpleType name="impPressure">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="inchHG"/>
   
<xs:enumeration value="inHG"/>
 
</xs:restriction>
</xs:simpleType>


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