complexType ValueRangeBase
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p201.png
namespace http://www.mostcooperation.com
properties
abstract true
children Description
used by
complexTypes DoubleValueRange FloatValueRange SByteValueRange SLongLongValueRange SLongValueRange SWordValueRange UByteValueRange ULongLongValueRange ULongValueRange UWordValueRange
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  optional      
annotation
documentation
Serves as basis for all value range definitions for numeric MOST data types.
source <xs:complexType name="ValueRangeBase" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Serves as basis for all value range definitions for numeric MOST data types.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Description" type="xs:string" minOccurs="0"/>
 
</xs:sequence>
 
<xs:attribute name="Name" type="xs:NCName" use="optional"/>
</xs:complexType>

attribute ValueRangeBase/@Name
type xs:NCName
properties
use optional
source <xs:attribute name="Name" type="xs:NCName" use="optional"/>

element ValueRangeBase/Description
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p202.png
namespace http://www.mostcooperation.com
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="Description" type="xs:string" minOccurs="0"/>