minInclusive Defines the inclusive lower bound for a datatype with the ordered property : minInclusive « 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.73.minInclusive
3.73.1.Cardinality represents the number of occurrences of a specific element within a content model.
3.73.2.minInclusive Defines the inclusive lower bound for a datatype with the ordered property
3.73.3.The xsd:minInclusive facet specifies the highest possible value for an element