complexType ULongLongValueRange
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p196.png
namespace http://www.mostcooperation.com
type extension of ValueRangeBase
properties
base ValueRangeBase
children Description
used by
element TULongLong/ValueRange
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  optional      
Min  UnsignedLongLong  required      
Max  UnsignedLongLong  required      
annotation
documentation
Defines the specific value range limits for the Unsigned Long Long integer data type.
source <xs:complexType name="ULongLongValueRange">
 
<xs:annotation>
   
<xs:documentation>Defines the specific value range limits for the Unsigned Long Long integer data type.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ValueRangeBase">
     
<xs:attribute name="Min" type="mostco:UnsignedLongLong" use="required"/>
     
<xs:attribute name="Max" type="mostco:UnsignedLongLong" use="required"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute ULongLongValueRange/@Min
type UnsignedLongLong
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 18446744073709551615
source <xs:attribute name="Min" type="mostco:UnsignedLongLong" use="required"/>

attribute ULongLongValueRange/@Max
type UnsignedLongLong
properties
use required
facets
Kind Value Annotation
minInclusive 0
maxInclusive 18446744073709551615
source <xs:attribute name="Max" type="mostco:UnsignedLongLong" use="required"/>