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

attribute SLongValueRange/@Min
type SignedLong
properties
use required
facets
Kind Value Annotation
minInclusive -2147483648
maxInclusive 2147483647
source <xs:attribute name="Min" type="mostco:SignedLong" use="required"/>

attribute SLongValueRange/@Max
type SignedLong
properties
use required
facets
Kind Value Annotation
minInclusive -2147483648
maxInclusive 2147483647
source <xs:attribute name="Max" type="mostco:SignedLong" use="required"/>