by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
xsd:byte — Signed value of 8 bits
<xsd:simpleType name="byte" id="byte"> <xsd:restriction base="xsd:short"> <xsd:minInclusive value="-128"/> <xsd:maxInclusive value="127"/> </xsd:restriction> </xsd:simpleType> |
enumeration, fractionDigits, maxExclusive, maxInclusive, minExclusive, minInclusive, pattern, totalDigits
The value space of xsd:byte includes the integers between -128 and 127—the signed values that can fit in a word of 8 bits. Its lexical space allows an optional sign and leading zeros before the significant digits.
This text is released under the Free Software Foundation GFDL.