simpleType UnsignedLong
namespace http://www.mostcooperation.com
type restriction of xs:unsignedLong
properties
base xs:unsignedLong
used by
attributes ULongValueRange/@Max TArrayType/@MaxElementCount TLengthCodedString/@MaxSize TString/@MaxSize ULongValueRange/@Min
facets
Kind Value Annotation
minInclusive 0
maxInclusive 4294967295
annotation
documentation
Used for checking range limits when the MOST data type Unsigned Long is used.
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>