simpleType UnsignedLongLong
namespace http://www.mostcooperation.com
type restriction of xs:unsignedLong
properties
base xs:unsignedLong
used by
attributes TEnumValue/@Code TEnumReserved/@EndCode ULongLongValueRange/@Max ULongLongValueRange/@Min TEnumReserved/@StartCode
facets
Kind Value Annotation
minInclusive 0
maxInclusive 18446744073709551615
annotation
documentation
Used for checking range limits when the MOST data type Unsigned Long Long is used.
source <xs:simpleType name="UnsignedLongLong">
 
<xs:annotation>
   
<xs:documentation>Used for checking range limits when the MOST data type Unsigned Long Long is used.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:unsignedLong">
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="18446744073709551615"/>
 
</xs:restriction>
</xs:simpleType>