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

attribute SLongLongValueRange/@Min
type SignedLongLong
properties
use required
facets
Kind Value Annotation
minInclusive -9223372036854775808
maxInclusive 9223372036854775807
source <xs:attribute name="Min" type="mostco:SignedLongLong" use="required"/>

attribute SLongLongValueRange/@Max
type SignedLongLong
properties
use required
facets
Kind Value Annotation
minInclusive -9223372036854775808
maxInclusive 9223372036854775807
source <xs:attribute name="Max" type="mostco:SignedLongLong" use="required"/>