simpleType impFlow
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Imperial/@flowUnit
facets
enumeration US_gallonPerDay
enumeration IMP_gallonPerDay
enumeration cubicFeetDay
enumeration US_gallonPerMinute
enumeration IMP_gallonPerMinute
enumeration acreFeetDay
enumeration cubicFeetSecond
source <xs:simpleType name="impFlow">
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="US_gallonPerDay"/>
   
<xs:enumeration value="IMP_gallonPerDay"/>
   
<xs:enumeration value="cubicFeetDay"/>
   
<xs:enumeration value="US_gallonPerMinute"/>
   
<xs:enumeration value="IMP_gallonPerMinute"/>
   
<xs:enumeration value="acreFeetDay"/>
   
<xs:enumeration value="cubicFeetSecond"/>
 
</xs:restriction>
</xs:simpleType>


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