simpleType "xs:unsignedByte"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
never
Simple Content Model
Simple Content Restrictions:
MaxInclusive:
255
Annotation
See:  http://www.w3.org/TR/xmlschema-2/#unsignedByte
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:decimal (restriction)
      xs:integer (restriction)
          xs:nonNegativeInteger (restriction)
              xs:unsignedLong (restriction)
                  xs:unsignedInt (restriction)
                      xs:unsignedShort (restriction)
                          xs:unsignedByte
Derivation:
restriction of xs:unsignedShort
Facets:
maxInclusive:
255
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType id="unsignedByte" name="unsignedByte">
<xs:restriction base="xs:unsignedShort">
<xs:maxInclusive id="unsignedByte.maxInclusive" value="255"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.