complexType TFloat
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p154.png
namespace http://www.mostcooperation.com
type extension of Number
properties
base Number
children ValueRange
used by
element DataType/TFloat
attributes
Name  Type  Use  Default  Fixed  Annotation
Unit  derived by: xs:string    none    
annotation
documentation
Representation of the MOST data type Float.
source <xs:complexType name="TFloat">
 
<xs:annotation>
   
<xs:documentation>Representation of the MOST data type Float.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="Number">
     
<xs:sequence>
       
<xs:element name="ValueRange" type="FloatValueRange" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element TFloat/ValueRange
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p155.png
namespace http://www.mostcooperation.com
type FloatValueRange
properties
minOcc 0
maxOcc unbounded
content complex
children Description
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  optional      
Min  Float  required      
Max  Float  required      
source <xs:element name="ValueRange" type="FloatValueRange" minOccurs="0" maxOccurs="unbounded"/>