Describes a ranges construct with possibly multiple range elements and one valueList element.
For the range elements, the min value range is [0..2,147,483,647]; the max value range is [0..2,147,483,647]; and the resolution range is [1..2,147,483,647].
The numbers in the valueList shall be in the range [0..2,147,483,647].
<xsi:group name="UnsignedIntGroup"><xsi:annotation><xsi:documentation>Describes a ranges construct with possibly multiple range elements and one valueList element.</xsi:documentation><xsi:documentation>For the range elements, the min value range is [0..2,147,483,647]; the max value range is [0..2,147,483,647]; and the resolution range is [1..2,147,483,647].</xsi:documentation><xsi:documentation>The numbers in the valueList shall be in the range [0..2,147,483,647].</xsi:documentation></xsi:annotation><xsi:sequence><xsi:element name="ranges"><xsi:complexType><xsi:sequence><xsi:element name="range" minOccurs="0" maxOccurs="unbounded"><xsi:complexType><xsi:sequence><xsi:element name="min" type="xsi:unsignedInt"/><xsi:element name="max" type="xsi:unsignedInt"/><xsi:element name="res" type="positiveUnsignedInt"/></xsi:sequence></xsi:complexType></xsi:element><xsi:element name="valueList" type="unsignedIntList" minOccurs="0"/></xsi:sequence></xsi:complexType></xsi:element></xsi:sequence></xsi:group>