complexType TCStream
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p145.png
namespace http://www.mostcooperation.com
type extension of DataTypeBase
properties
base DataTypeBase
used by
element DataType/TCStream
attributes
Name  Type  Use  Default  Fixed  Annotation
MaxLength  UnsignedWord  optional      
MediaType  xs:string  optional      
annotation
documentation
Representation of the MOST data type Classified Stream.
source <xs:complexType name="TCStream">
 
<xs:annotation>
   
<xs:documentation>Representation of the MOST data type Classified Stream.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DataTypeBase">
     
<xs:attribute name="MaxLength" type="mostco:UnsignedWord" use="optional"/>
     
<xs:attribute name="MediaType" type="xs:string" use="optional"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute TCStream/@MaxLength
type UnsignedWord
properties
use optional
source <xs:attribute name="MaxLength" type="mostco:UnsignedWord" use="optional"/>

attribute TCStream/@MediaType
type xs:string
properties
use optional
source <xs:attribute name="MediaType" type="xs:string" use="optional"/>