Definition Type: ComplexType
Name: VMLFrameElt
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into style in schema vml_xsd Drilldown into size in schema vml_xsd Drilldown into origin in schema vml_xsd Drilldown into clip in schema vml_xsd Drilldown into src in schema vml_xsd Drilldown into id in schema vml_xsdXSD Diagram of VMLFrameElt in schema vml_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="VMLFrameElt">
    <xsd:sequence>
        <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="required" />
    <xsd:attribute name="clip" type="tfType" use="required" />
    <xsd:attribute name="origin" type="xsd:string" use="optional" />
    <xsd:attribute name="size" 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
id v:id Required
src v:src Required
clip v:clip Required
origin v:origin Optional
size v:size Optional
style v:style Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
v:VMLFrame