Sample Data
The complex type CT_SampleData defines how the data model is to be populated in an initial manner. The complex type holds a temporary data model when there is no data model present in order to display a diagram on an initial insert. The complex type is defined by:
<xsd:complexType name="CT_SampleData"> <xsd:sequence> <xsd:element name="dataModel" type="CT_DataModel" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="useDef" type="xsd:boolean" use="optional" default="false" /> </xsd:complexType>