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