<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="RangeOfIntType">
<xs:sequence>
<xs:element name="Lowerbound" type="xs:int" />
<xs:element name="Upperbound" type="xs:int" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|