namespace | http://www.mostcooperation.com | |||||||||
type | restriction of xs:long | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |