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