CT_Pt

Complex Type Information

Model

Children: extLst, prSet, spPr, t

Attributes

QName Type Fixed Default Use Inheritable Annotation
cxnId ST_ModelId 0 optional
modelId ST_ModelId required
type ST_PtType node optional

Used By

Element CT_PtList/pt

Source

<xsd:complexType name="CT_Pt">
  <xsd:sequence>
    <xsd:element name="prSet" type="CT_ElemPropSet" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="t" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="modelId" type="ST_ModelId" use="required"/>
  <xsd:attribute name="type" type="ST_PtType" use="optional" default="node"/>
  <xsd:attribute name="cxnId" type="ST_ModelId" use="optional" default="0"/>
</xsd:complexType>