Definition Type: AttributeGroup
Name: AG_ImageAttributes
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml-main.xsd
Collapse XSD Schema Diagram:
Drilldown into bilevel in schema vml-main_xsd Drilldown into grayscale in schema vml-main_xsd Drilldown into gamma in schema vml-main_xsd Drilldown into blacklevel in schema vml-main_xsd Drilldown into gain in schema vml-main_xsd Drilldown into cropbottom in schema vml-main_xsd Drilldown into cropright in schema vml-main_xsd Drilldown into croptop in schema vml-main_xsd Drilldown into cropleft in schema vml-main_xsd Drilldown into src in schema vml-main_xsdXSD Diagram of AG_ImageAttributes in schema vml-main_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:attributeGroup name="AG_ImageAttributes">
    <xsd:attribute name="src" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Source</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cropleft" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Left Crop</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="croptop" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Top Crop</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cropright" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Right Crop</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cropbottom" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Bottom Crop</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="gain" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Intensity</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="blacklevel" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Brightness</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="gamma" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Gamma Correction</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="grayscale" type="ST_TrueFalse" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Grayscale Toggle</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="bilevel" type="ST_TrueFalse" use="optional">
        <xsd:annotation>
            <xsd:documentation>Image Bilevel Toggle</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
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
grayscale v:grayscale Optional
bilevel v:bilevel Optional