complexType TUWord
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p186.png
namespace http://www.mostcooperation.com
type extension of Integer
properties
base Integer
children ValueRange BitOriented
used by
element DataType/TUWord
attributes
Name  Type  Use  Default  Fixed  Annotation
Unit  derived by: xs:string    none    
Exponent  SignedByte    0    
Step  UnsignedWord  optional  1    
annotation
documentation
Representation of the MOST data type Unsigned Word.
source <xs:complexType name="TUWord">
 
<xs:annotation>
   
<xs:documentation>Representation of the MOST data type Unsigned Word.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="Integer">
     
<xs:sequence>
       
<xs:element name="ValueRange" type="UWordValueRange" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element name="BitOriented" type="UWordBitOriented" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

element TUWord/BitOriented
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p188.png
namespace http://www.mostcooperation.com
type UWordBitOriented
properties
minOcc 0
maxOcc unbounded
content complex
children Description
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
BitPos  derived by: UnsignedByte  required      
BitLength  derived by: UnsignedByte  optional  1    
source <xs:element name="BitOriented" type="UWordBitOriented" minOccurs="0" maxOccurs="unbounded"/>