simpleType atis:Percent
namespace http://www.ATIS-Draft-03-00-79
type restriction of xs:unsignedByte
used by
elements atis:ParkingLotInformation/percentFull atis:WeatherInformation/precipitationProbability
facets
maxInclusive 100
source <xs:simpleType name="Percent">
 
<xs:restriction base="xs:unsignedByte">
   
<xs:maxInclusive value="100"/>
 
</xs:restriction>
</xs:simpleType>


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