CT_Path

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
arrowok ST_TrueFalse optional
connectangles xsd:string optional
connectlocs xsd:string optional
connecttype ST_ConnectType optional
extrusionok ST_TrueFalse optional
fillok ST_TrueFalse optional
gradientshapeok ST_TrueFalse optional
id xsd:string optional
insetpenok ST_TrueFalse optional
limo xsd:string optional
shadowok ST_TrueFalse optional
strokeok ST_TrueFalse optional
textboxrect xsd:string optional
textpathok ST_TrueFalse optional
v xsd:string optional

Used By

Element path

Source

<xsd:complexType name="CT_Path">
  <xsd:attributeGroup ref="AG_Id"/>
  <xsd:attribute name="v" type="xsd:string" use="optional"/>
  <xsd:attribute name="limo" type="xsd:string" use="optional"/>
  <xsd:attribute name="textboxrect" type="xsd:string" use="optional"/>
  <xsd:attribute name="fillok" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="strokeok" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="shadowok" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="arrowok" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="gradientshapeok" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="textpathok" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="insetpenok" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute ref="o:connecttype"/>
  <xsd:attribute ref="o:connectlocs"/>
  <xsd:attribute ref="o:connectangles"/>
  <xsd:attribute ref="o:extrusionok"/>
</xsd:complexType>