Global Type: numberType
<xs:simpleType name="numberType">
<xs:annotation>
<xs:documentation>
<![CDATA[ This type is a basic number type that can represent a value in the range of 0 to 2147483647..]]>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedInt"/>
</xs:simpleType>