Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

MinExclusive Defines the exclusive lower bound for a datatype with the ordered property

<xsd:simpleType name="lowerType">   <xsd:restriction base="xsd:integer">    <xsd:minExclusive value="99"/>   </xsd:restriction> </xsd:simpleType>