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

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