simpleType SignedLongLong
namespace http://www.mostcooperation.com
type restriction of xs:long
properties
base xs:long
used by
attributes SLongLongValueRange/@Max SLongLongValueRange/@Min
facets
Kind Value Annotation
minInclusive -9223372036854775808
maxInclusive 9223372036854775807
annotation
documentation
Used for checking range limits when the MOST data type Signed Long Long is used.
source <xs:simpleType name="SignedLongLong">
 
<xs:annotation>
   
<xs:documentation>Used for checking range limits when the MOST data type Signed Long Long is used.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:long">
   
<xs:minInclusive value="-9223372036854775808"/>
   
<xs:maxInclusive value="9223372036854775807"/>
 
</xs:restriction>
</xs:simpleType>