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

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

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