<xsd:complexType name="txbxContentElt">
<xsd:annotation>
<xsd:documentation>Defines text box content.</xsd:documentation>
</xsd:annotation>
<xsd:group ref="blockLevelElts" minOccurs="1" maxOccurs="unbounded">
</xsd:group>
<xsd:attribute name="txbxStyle" type="stringType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the text box style.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="txbxClass" type="stringType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the text box class.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|