CT_Textbox

Complex Type Information

Model

txbxContent{0,1} | ANY element from LOCAL namespace 'No Namespace'
Children: txbxContent

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:string optional
inset xsd:string optional
insetmode ST_InsetMode optional
singleclick ST_TrueFalse optional
style xsd:string optional

Used By

Element textbox

Source

<xsd:complexType name="CT_Textbox">
  <xsd:choice>
    <xsd:element ref="w:txbxContent" minOccurs="0"/>
    <xsd:any namespace="##local" processContents="skip"/>
  </xsd:choice>
  <xsd:attributeGroup ref="AG_Id"/>
  <xsd:attributeGroup ref="AG_Style"/>
  <xsd:attribute name="inset" type="xsd:string" use="optional"/>
  <xsd:attribute ref="o:singleclick"/>
  <xsd:attribute ref="o:insetmode"/>
</xsd:complexType>