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

attribute SByteValueRange/@Min
type SignedByte
properties
use required
source <xs:attribute name="Min" type="mostco:SignedByte" use="required"/>

attribute SByteValueRange/@Max
type SignedByte
properties
use required
source <xs:attribute name="Max" type="mostco:SignedByte" use="required"/>