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

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

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