QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
fPublished | xsd:boolean | false | optional | |||
macro | xsd:string | optional |
Elements | CT_GroupShape/cxnSp, EG_ObjectChoices/cxnSp |
<xsd:complexType name="CT_Connector"> <xsd:sequence> <xsd:element name="nvCxnSpPr" type="CT_ConnectorNonVisual" minOccurs="1" maxOccurs="1"/> <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1"/> <xsd:element name="style" type="a:CT_ShapeStyle" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="macro" type="xsd:string" use="optional"/> <xsd:attribute name="fPublished" type="xsd:boolean" use="optional" default="false"/> </xsd:complexType> |