Timing Diagram Markup Language (TDML), Version 1.1-1-051899
Element:Text Annotation
Tag:<annotation>
Definition:

This element specifies text to be displayed on the diagram at a position relative to a particular Edge <e>, a particular Signal <signal>, or at an absolute position.

Remarks:

This element may contain hard-coded offsets (using the "x.offset" attribute and the "y.offset" attribute) or it may be centered (using the "segment.centered" attribute). Text Annotations may span multiple lines.

Associated Attributes:
Descriptive NameAttribute NameDefault Value
Offset in X directionx.offsetIMPLIED
Offset in Y directiony.offsetIMPLIED
Segment Centeredsegment.centeredIMPLIED
Edge Pointere.ptrIMPLIED
Signal Pointersignal.ptrIMPLIED
Font Pointerfont.ptrIMPLIED
Element Content:

SGML Model:
<!ELEMENT annotation     (#PCDATA | tdml.expression |
                          %emphs; | code.listing)*     >
<!ATTLIST annotation
          x.offset      CDATA                 #IMPLIED
          y.offset      CDATA                 #IMPLIED
          segment.centered
                        %yesorno;             #IMPLIED
          e.ptr         IDREF                 #IMPLIED
          signal.ptr    IDREF                 #IMPLIED
          font.ptr      IDREF                 #IMPLIED >

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


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