Definition Type: ComplexType
Name: textpathElt
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into style in schema vml_xsd Drilldown into string in schema vml_xsd Drilldown into xscale in schema vml_xsd Drilldown into trim in schema vml_xsd Drilldown into fitpath in schema vml_xsd Drilldown into fitshape in schema vml_xsd Drilldown into on in schema vml_xsdXSD Diagram of textpathElt in schema vml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="textpathElt">
    <xsd:sequence>
        <xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="on" type="tfType" use="optional" />
    <xsd:attribute name="fitshape" type="tfType" use="optional" />
    <xsd:attribute name="fitpath" type="tfType" use="optional" />
    <xsd:attribute name="trim" type="tfType" use="optional" />
    <xsd:attribute name="xscale" type="tfType" use="optional" />
    <xsd:attribute name="string" type="xsd:string" use="optional" />
    <xsd:attribute name="style" type="xsd:string" 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
on v:on Optional
fitshape v:fitshape Optional
fitpath v:fitpath Optional
trim v:trim Optional
xscale v:xscale Optional
string v:string Optional
style v:style Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
v:textpath