21.4.3.6 ptLst

This element simply holds a list of points within the data model.

[Example:

Consider the following example of a very simple point list in DiagramML:

<dgm:ptLst>
  <dgm:pt modelId="0" type="doc"/>
  <dgm:pt modelId="1"/>
  <dgm:pt modelId="2"/>
  <dgm:pt modelId="3"/>
  <dgm:pt modelId="4"/>
  <dgm:pt modelId="5"/>
  <dgm:pt modelId="6"/>
</dgm:ptLst>

In this example we define a single document type point and five node type points. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_PtList) is located in A.5.3. end note]

Last updated on