<xs:element name="dataToDataRelation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Connects bindUIDs to processes. connects outputs to inputs. transducer data to processes and processes to processes. An empty connect tag in a data stream indicates that this UID relation is no longer a part of the system. Example of data to data relation. attaching a process to monitor the state of the gain parameter on the steady state response through a bindUID point.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="relationDescription" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>longer description of the signal or the property relation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="uid" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>connection or node UID of the connection signal data relationship</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dataSource" minOccurs="0">
<xs:annotation>
<xs:documentation>data source</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="name" type="tml:BindType" minOccurs="0"/>
<xs:element name="dataUidRef" minOccurs="0">
<xs:annotation>
<xs:documentation>UID of the data (live or archived). Archived data streams will have a UID indicative of the data source, time, and clk count of the start.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="tml:BindType"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:element name="value" type="tml:BindType" minOccurs="0"/>
</xs:choice>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element>
<xs:element name="dataSink" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>data sink</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="tml:BindType" minOccurs="0"/>
<xs:element name="dataUidRef" minOccurs="0">
<xs:annotation>
<xs:documentation>UID of the data reference. Archived data streams will have a UID indicative of the data source, time, and clk count of the start.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="tml:BindType"/>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element> |