maxInclusive Defines the inclusive upper bound for a datatype with the ordered property : maxInclusive « XML Schema « XML Tutorial






<xsd:simpleType name="editionType">
  <xsd:restriction base="xsd:nonNegativeInteger">
   <xsd:minInclusive value="1"/>
   <xsd:maxInclusive value="10"/>
  </xsd:restriction>
</xsd:simpleType>








3.69.maxInclusive
3.69.1.The xsd:maxInclusive facet specifies the highest possible value for an element.
3.69.2.maxInclusive Defines the inclusive upper bound for a datatype with the ordered property