ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

unsignedLong

Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-2/#unsignedLong
Properties bounded : true | cardinality : finite |

Schema

<xs:simpleType name="unsignedLong" id="unsignedLong">
     <xs:restriction base="xs:nonNegativeInteger">
          <xs:maxInclusive value="18446744073709551615" id="unsignedLong.maxInclusive"/>
     </xs:restriction>
</xs:simpleType>