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

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

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