complexType TStream
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p173.png
namespace http://www.mostcooperation.com
type extension of StreamContents
properties
base StreamContents
children Description Parameters StreamSignals ParameterSequence SignalSequence StreamSwitch
used by
element DataType/TStream
attributes
Name  Type  Use  Default  Fixed  Annotation
Length  UnsignedWord        
MinLength  UnsignedWord        
annotation
documentation
Representation of the MOST data type Stream.
source <xs:complexType name="TStream">
 
<xs:annotation>
   
<xs:documentation>Representation of the MOST data type Stream.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="StreamContents">
     
<xs:attribute name="Length" type="mostco:UnsignedWord"/>
     
<xs:attribute name="MinLength" type="mostco:UnsignedWord"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute TStream/@Length
type UnsignedWord
source <xs:attribute name="Length" type="mostco:UnsignedWord"/>

attribute TStream/@MinLength
type UnsignedWord
source <xs:attribute name="MinLength" type="mostco:UnsignedWord"/>