H
hyppos
Hi,
I've a XML Schema with this user Type
<xsd:simpleType name="ResultArrayType">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:maxExclusive value="1000"/>
</xsd:restriction>
</xsd:simpleType>
How can I add an unique costraint to this type?
I've a XML Schema with this user Type
<xsd:simpleType name="ResultArrayType">
<xsd:restriction base="xsd:nonNegativeInteger">
<xsd:maxExclusive value="1000"/>
</xsd:restriction>
</xsd:simpleType>
How can I add an unique costraint to this type?