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

long

Annotation
Documentation

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

Schema

<xs:simpleType name="long" id="long">
     <xs:restriction base="xs:integer">
          <xs:minInclusive value="-9223372036854775808" id="long.minInclusive"/>
          <xs:maxInclusive value="9223372036854775807" id="long.maxInclusive"/>
     </xs:restriction>
</xs:simpleType>