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

attribute TShortStream/@MaxLength
type UnsignedByte
source <xs:attribute name="MaxLength" type="mostco:UnsignedByte"/>