A data type that is derived from unsignedLong by setting the value of maxInclusive to be 4294967295. |
<xs:complexType name="unsignedInt"> <xs:annotation> <xs:documentation>A data type that is derived from unsignedLong by setting the value of maxInclusive to be 4294967295.</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:unsignedInt"> <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> |