Elements | CT_SampleData/dataModel, dataModel |
<xsd:complexType name="CT_DataModel"> <xsd:sequence> <xsd:element name="ptLst" type="CT_PtList"/> <xsd:element name="cxnLst" type="CT_CxnList" minOccurs="0" maxOccurs="1"/> <xsd:element name="bg" type="a:CT_BackgroundFormatting" minOccurs="0"/> <xsd:element name="whole" type="a:CT_WholeE2oFormatting" minOccurs="0"/> <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> |