Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

MinInclusive Defines the inclusive lower bound for a datatype with the ordered property

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