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