<xsd:complexType name="textboxElt">
<xsd:sequence>
<xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string" use="optional" />
<xsd:attribute name="inset" use="optional" />
<xsd:attribute name="style" use="optional" type="xsd:string" />
<xsd:attribute ref="o:singleclick" use="optional" />
<xsd:attribute ref="o:insetmode" use="optional" />
<xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
|