Following is another example of a simpleType definition from the W3C XML Schema Part 0: Primer. This simpleType, myInteger, is based on the xsd:integer type. It specifies two facets (minInclusive and maxInclusive), which specify the lower and upper inclusive bounds of the range of valid values.