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

This element specifies the section of the diagram to display (ie. the scroll position and zoom level) or specifies a section of the diagram for analysis purposes.

Remarks:

Multiple views may be stored in the document to represent different images of the same timing diagram.

Associated Attributes:
Descriptive NameAttribute NameDefault Value
View Nameview.nameIMPLIED
First Signalfirst.signalIMPLIED
Last Signallast.signalIMPLIED
Beginning Time for the Diagram View Windowbegin.timeREQUIRED
Ending Time for the Diagram View Windowend.timeREQUIRED
Element Content:

SGML Model:
<!ELEMENT view                (user.defined*)          >
<!ATTLIST view
          view.name     CDATA                #IMPLIED
          first.signal  IDREF                #IMPLIED
          last.signal   IDREF                #IMPLIED
          begin.time    CDATA                #REQUIRED
          end.time      CDATA                #REQUIRED >
Tagged Example:

<view view.name="View0" first.signal="ID12" last.signal="ID46" begin.time="3055"
end.time="242525"></view>

Standard Version: 1.0
Original version: February 1, 1999
Last updated: May 3, 1999 new content model; add view.name and assoc. attributes


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