complexType Integer
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p70.png
namespace http://www.mostcooperation.com
type extension of Number
properties
base Number
abstract true
used by
complexTypes TSByte TSLong TSLongLong TSWord TUByte TULong TULongLong TUWord
attributes
Name  Type  Use  Default  Fixed  Annotation
Unit  derived by: xs:string    none    
Exponent  SignedByte    0    
Step  UnsignedWord  optional  1    
annotation
documentation
Basis for MOST integer data types.
source <xs:complexType name="Integer" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Basis for MOST integer data types.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="Number">
     
<xs:attribute name="Exponent" type="mostco:SignedByte" default="0"/>
     
<xs:attribute name="Step" type="mostco:UnsignedWord" use="optional" default="1"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute Integer/@Exponent
type SignedByte
properties
default 0
source <xs:attribute name="Exponent" type="mostco:SignedByte" default="0"/>

attribute Integer/@Step
type UnsignedWord
properties
use optional
default 1
source <xs:attribute name="Step" type="mostco:UnsignedWord" use="optional" default="1"/>