CT_DiagramDefinition

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
defStyle xsd:string optional
minVer xsd:string optional
uniqueId xsd:string optional

Used By

Element layoutDef

Source

<xsd:complexType name="CT_DiagramDefinition">
  <xsd:sequence>
    <xsd:element name="title" type="CT_Name" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="desc" type="CT_Description" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="catLst" type="CT_Categories" minOccurs="0"/>
    <xsd:element name="sampData" type="CT_SampleData" minOccurs="0"/>
    <xsd:element name="styleData" type="CT_SampleData" minOccurs="0"/>
    <xsd:element name="clrData" type="CT_SampleData" minOccurs="0"/>
    <xsd:element name="layoutNode" type="CT_LayoutNode"/>
    <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="uniqueId" type="xsd:string" use="optional" default=""/>
  <xsd:attribute name="minVer" type="xsd:string" use="optional"/>
  <xsd:attribute name="defStyle" type="xsd:string" use="optional" default=""/>
</xsd:complexType>