<ptLst> (Point List)

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

example:
<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. ]

Parent Elements

<dataModel>5.9.2.10)

Child Elements

Subclause

<pt> (Point)

§5.9.3.5

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_PtList">
	<sequence>
	<element name="pt" type="CT_Pt" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>