simpleType long
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:integer
properties
id long
facets
Kind Value annotation 
minInclusive -9223372036854775808 
maxInclusive 9223372036854775807 
annotation
appinfo
<hfp:hasProperty name="bounded" value="true"/>
<hfp:hasProperty name="cardinality" value="finite"/>
source <xs:simpleType name="long" id="long">
 
<xs:annotation>
   
<xs:appinfo>
     
<hfp:hasProperty name="bounded" value="true"/>
     
<hfp:hasProperty name="cardinality" value="finite"/>
   
</xs:appinfo>
   
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#long"/>
 
</xs:annotation>
 
<xs:restriction base="xs:integer">
   
<xs:minInclusive value="-9223372036854775808" id="long.minInclusive"/>
   
<xs:maxInclusive value="9223372036854775807" id="long.maxInclusive"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy