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

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.