Defines text box content.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| txbxStyle | stringType | optional | Gets or sets the text box style. | |
| txbxClass | stringType | optional | Gets or sets the text box class. | 
      
<xsd:complexType name="txbxContentElt" >
  <xsd:group ref="blockLevelElts" minOccurs="1" maxOccurs="unbounded"></xsd:group>
  <xsd:attribute name="txbxStyle" type="stringType" use="optional">
  </xsd:attribute>
  <xsd:attribute name="txbxClass" type="stringType" use="optional">
  </xsd:attribute>
</xsd:complexType>