complexType TSByte
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p166.png
namespace http://www.mostcooperation.com
type extension of Integer
properties
base Integer
children ValueRange
used by
element DataType/TSByte
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 Signed Byte.
source <xs:complexType name="TSByte">
 
<xs:annotation>
   
<xs:documentation>Representation of the MOST data type Signed Byte.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="Integer">
     
<xs:sequence>
       
<xs:element name="ValueRange" type="SByteValueRange" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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