Timing Diagram Markup Language (TDML), Version 1.1-1-051899
Element:Relationship
Tag:<relationship>
Definition:

The Relationship element represents a timing relationship in the diagram.

Remarks:

A Relationship contains either a One-Edge Relationship <one.edge> or a Two-Edge Relationship <two.edge>. A Relationship is associated with a TDML Characteristic <tdml.cc> through its "tdml.cc.ptr" attribute. Several Relationships may be associated with the same TDML Characteristic <tdml.cc>.

The "type" attribute specifies the kind of relationship indicated.

Associated Attributes:
Descriptive NameAttribute NameDefault Value
Containing Signal Pointercontaining.signal.ptrIMPLIED
ShowshowIMPLIED
SlotslotIMPLIED
TDML Characteristic Pointertdml.cc.ptrIMPLIED
TypetypeREQUIRED
Unique IdentifieridIMPLIED
User Createduser.createdIMPLIED
Element Content:

SGML Model:
<!ELEMENT relationship      ((two.edge | one.edge), 
                              relationship.label?, 
                              user.defined*)           >
<!ATTLIST relationship
          %relationship.atts;                          >
Tagged Example:

<relationship type="marker" tdml.cc.ptr="ID47">
<one.edge></one.edge><user.defined><key>DefaultType</key><user.value>
Documentation</user.value></user.defined><user.defined><key>SnapOn
</key><user.value>True</user.value></user.defined>
<user.defined><key>Type</key><user.value>Timebreak(Curved)
</user.value></user.defined>
<user.defined><key>WhileReturn</key><user.value></user.value>
</user.defined>
</relationship>

Standard Version: 1.0
Original version: February 1, 1999
Last updated: May 3, 1999 add assoc. attributes


Timing Diagram Markup Language (TDML), Version 1.1-1-051899
Copyright © 1998, 1999 by Silicon Integration Initiative, Inc. All rights reserved worldwide.