
| 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 |
| Element | textbox |
<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> |