Definition Type: ComplexType
Name: imageElt
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml.xsd
Abstract
Collapse XSD Schema Diagram:
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 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 hidden in schema vml_xsd Drilldown into bilevel in schema vml_xsd Drilldown into grayscale in schema vml_xsd Drilldown into chromakey in schema vml_xsd Drilldown into gamma in schema vml_xsd Drilldown into blacklevel in schema vml_xsd Drilldown into gain in schema vml_xsd Drilldown into cropbottom in schema vml_xsd Drilldown into cropright in schema vml_xsd Drilldown into croptop in schema vml_xsd Drilldown into cropleft in schema vml_xsd Drilldown into src in schema vml_xsd Drilldown into id in schema vml_xsdXSD Diagram of imageElt in schema vml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="imageElt">
    <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:any processContents="lax" namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:string" use="required" />
    <xsd:attribute name="src" type="xsd:string" use="optional" />
    <xsd:attribute name="cropleft" type="xsd:string" use="optional" />
    <xsd:attribute name="croptop" type="xsd:string" use="optional" />
    <xsd:attribute name="cropright" type="xsd:string" use="optional" />
    <xsd:attribute name="cropbottom" type="xsd:string" use="optional" />
    <xsd:attribute name="gain" type="xsd:string" use="optional" />
    <xsd:attribute name="blacklevel" type="xsd:string" use="optional" />
    <xsd:attribute name="gamma" type="xsd:string" use="optional" />
    <xsd:attribute name="chromakey" type="xsd:string" use="optional" />
    <xsd:attribute name="grayscale" type="xsd:string" use="optional" />
    <xsd:attribute name="bilevel" type="xsd:string" use="optional" />
    <xsd:attribute name="hidden" 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: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)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id v:id Required
src v:src Optional
cropleft v:cropleft Optional
croptop v:croptop Optional
cropright v:cropright Optional
cropbottom v:cropbottom Optional
gain v:gain Optional
blacklevel v:blacklevel Optional
gamma v:gamma Optional
chromakey v:chromakey Optional
grayscale v:grayscale Optional
bilevel v:bilevel Optional
hidden v:hidden Optional
type v:type Optional
adj v:adj Optional
path v:path Optional
spid v:spid Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
v:image