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


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