ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

unsignedByte

Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-2/#unsignedByte

Schema

<xs:simpleType name="unsignedByte" id="unsignedBtype">
     <xs:restriction base="xs:unsignedShort">
          <xs:maxInclusive value="255" id="unsignedByte.maxInclusive"/>
     </xs:restriction>
</xs:simpleType>