complexType SharedSignalReference
diagram mostfcat_3_1_0_annotated_diagrams/mostfcat_3_1_0_annotated_p112.png
namespace http://www.mostcooperation.com
type extension of StreamSignalBase
properties
base StreamSignalBase
used by
element StreamSignals/SharedSignalReference
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:NCName  required      
annotation
documentation
Used to reference shared Stream signal definitions. (Example: FunctionCatalog_SharedSignal.xml)
source <xs:complexType name="SharedSignalReference">
 
<xs:annotation>
   
<xs:documentation>Used to reference shared Stream signal definitions. (Example: FunctionCatalog_SharedSignal.xml)</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="StreamSignalBase"/>
 
</xs:complexContent>
</xs:complexType>