Definition Type: ComplexType
Name: lineElt
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Action in schema vml_xsd Drilldown into Sequence in schema vml_xsd Drilldown into Behavior in schema vml_xsd Drilldown into textpath in schema vml_xsd Drilldown into textbox in schema vml_xsd Drilldown into shadow in schema vml_xsd Drilldown into imagedata in schema vml_xsd Drilldown into stroke in schema vml_xsd Drilldown into fill in schema vml_xsd Drilldown into handles in schema vml_xsd Drilldown into formulas in schema vml_xsd Drilldown into path in schema vml_xsd Drilldown into stroked in schema vml_xsd Drilldown into fillcolor in schema vml_xsd Drilldown into filled in schema vml_xsd Drilldown into strokeweight in schema vml_xsd Drilldown into strokecolor in schema vml_xsd Drilldown into userdrawn in schema office_xsd Drilldown into regroupid in schema office_xsd Drilldown into bwmode in schema office_xsd Drilldown into coordsize in schema vml_xsd Drilldown into to in schema vml_xsd Drilldown into from in schema vml_xsd Drilldown into spid in schema vml_xsd Drilldown into path in schema vml_xsd Drilldown into adj in schema vml_xsd Drilldown into type in schema vml_xsd Drilldown into href in schema vml_xsd Drilldown into hidden in schema vml_xsd Drilldown into style in schema vml_xsd Drilldown into id in schema vml_xsdXSD Diagram of lineElt in schema vml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="lineElt">
    <xsd:sequence>
        <xsd:element ref="path" minOccurs="0" />
        <xsd:element ref="formulas" minOccurs="0" />
        <xsd:element ref="handles" minOccurs="0" />
        <xsd:element ref="fill" minOccurs="0" />
        <xsd:element ref="stroke" minOccurs="0" />
        <xsd:element ref="imagedata" minOccurs="0" />
        <xsd:element ref="shadow" minOccurs="0" />
        <xsd:element ref="textbox" minOccurs="0" />
        <xsd:element ref="textpath" minOccurs="0" />
        <xsd:element name="Behavior" minOccurs="0" />
        <xsd:element name="Sequence" minOccurs="0" />
        <xsd:element name="Action" minOccurs="0" />
        <xsd:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:string" use="required" />
    <xsd:attribute name="style" use="optional" type="xsd:string" />
    <xsd:attribute name="hidden" use="optional" type="xsd:string" />
    <xsd:attribute name="href" use="optional" type="xsd:string" />
    <xsd:attribute name="type" use="optional" type="xsd:string" />
    <xsd:attribute name="adj" use="optional" type="xsd:string" />
    <xsd:attribute name="path" use="optional" type="xsd:string" />
    <xsd:attribute name="spid" use="optional" type="xsd:string" />
    <xsd:attribute name="from" type="xsd:string" use="optional" />
    <xsd:attribute name="to" type="xsd:string" use="optional" />
    <xsd:attribute name="coordsize" type="xsd:string" use="optional" />
    <xsd:attribute ref="o:bwmode" use="optional" />
    <xsd:attribute ref="o:regroupid" use="optional" />
    <xsd:attribute ref="o:userdrawn" use="optional" />
    <xsd:attribute name="strokecolor" type="xsd:string" use="optional" />
    <xsd:attribute name="strokeweight" type="xsd:string" use="optional" />
    <xsd:attribute name="filled" type="tfType" use="optional" />
    <xsd:attribute name="fillcolor" type="xsd:string" use="optional" />
    <xsd:attribute name="stroked" use="optional" type="tfType" />
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
path v:path 0 (1)
formulas v:formulas 0 (1)
handles v:handles 0 (1)
fill v:fill 0 (1)
stroke v:stroke 0 (1)
imagedata v:imagedata 0 (1)
shadow v:shadow 0 (1)
textbox v:textbox 0 (1)
textpath v:textpath 0 (1)
Behavior v:Behavior 0 (1)
Sequence v:Sequence 0 (1)
Action v:Action 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id v:id Required
style v:style Optional
hidden v:hidden Optional
href v:href Optional
type v:type Optional
adj v:adj Optional
path v:path Optional
spid v:spid Optional
from v:from Optional
to v:to Optional
coordsize v:coordsize Optional
bwmode o:bwmode Optional
regroupid o:regroupid Optional
userdrawn o:userdrawn Optional
strokecolor v:strokecolor Optional
strokeweight v:strokeweight Optional
filled v:filled Optional
fillcolor v:fillcolor Optional
stroked v:stroked Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
v:line