Definition Type: ComplexType
Name: textboxElt
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into insetmode in schema office_xsd Drilldown into singleclick in schema office_xsd Drilldown into style in schema vml_xsd Drilldown into inset in schema vml_xsd Drilldown into id in schema vml_xsdXSD Diagram of textboxElt in schema vml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id v:id Optional
inset v:inset Optional
style v:style Optional
singleclick o:singleclick Optional
insetmode o:insetmode Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
v:textbox