CT_NonVisualDrawingProps

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
descr xsd:string optional
hidden xsd:boolean false optional
id ST_DrawingElementId required
name xsd:string required
title xsd:string optional

Used By

Source

<xsd:complexType name="CT_NonVisualDrawingProps">
  <xsd:sequence>
    <xsd:element name="hlinkClick" type="CT_Hyperlink" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="hlinkHover" type="CT_Hyperlink" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="ST_DrawingElementId" use="required"/>
  <xsd:attribute name="name" type="xsd:string" use="required"/>
  <xsd:attribute name="descr" type="xsd:string" use="optional" default=""/>
  <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false"/>
  <xsd:attribute name="title" type="xsd:string" use="optional" default=""/>
</xsd:complexType>