blob: 4229386d96849b47e5e2b484f3640c0fb2da64bb [file] [log] [blame]
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://xbean/scomp/redefine/SimpleRedefined"
targetNamespace="http://xbean/scomp/redefine/SimpleRedefined"
>
<xs:redefine schemaLocation="BaseSimple.xs">
<xs:simpleType name="SizeT">
<xs:restriction base="SizeT">
<xs:minInclusive value="3"/>
<xs:maxInclusive value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:redefine>
<xs:element name="NewSizeElt" type="SizeT"/>
</xs:schema>