Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

MaxExclusive Defines the exclusive upper bound for a datatype with the ordered property

<xsd:simpleType name="upperType">   <xsd:restriction base="integer">    <xsd:maxExclusive value="101"/>   </xsd:restriction> </xsd:simpleType>