complexType StreamSignals
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p133.png
namespace http://www.mostcooperation.com
children StreamSignal SharedSignalReference
used by
element StreamContents/StreamSignals
annotation
documentation
Represents a list of Stream signals or references to shared Stream signals.
source <xs:complexType name="StreamSignals">
 
<xs:annotation>
   
<xs:documentation>Represents a list of Stream signals or references to shared Stream signals.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice minOccurs="0" maxOccurs="unbounded">
     
<xs:element name="StreamSignal" type="StreamSignal"/>
     
<xs:element name="SharedSignalReference" type="SharedSignalReference"/>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element StreamSignals/StreamSignal
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p134.png
namespace http://www.mostcooperation.com
type StreamSignal
properties
content complex
children Description
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
Signedness  derived by: xs:string  optional  Unsigned    
BitLength  UnsignedByte  required      
source <xs:element name="StreamSignal" type="StreamSignal"/>

element StreamSignals/SharedSignalReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p135.png
namespace http://www.mostcooperation.com
type SharedSignalReference
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
source <xs:element name="SharedSignalReference" type="SharedSignalReference"/>