namespace | http://www.mostcooperation.com | |||||||||
type | restriction of xs:unsignedLong | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="UnsignedLong"> <xs:annotation> <xs:documentation>Used for checking range limits when the MOST data type Unsigned Long is used.</xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedLong"> <xs:minInclusive value="0"/> <xs:maxInclusive value="4294967295"/> </xs:restriction> </xs:simpleType> |