Definition Type: SimpleType
Name: ST_ImageAspect
Namespace: urn:schemas-microsoft-com:vml
Containing Schema: vml-main.xsd
Documentation:
Image Scaling Behavior
Collapse XSD Schema Diagram:
XSD Diagram of ST_ImageAspect in schema vml-main_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_ImageAspect">
    <xsd:annotation>
        <xsd:documentation>Image Scaling Behavior</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="ignore">
            <xsd:annotation>
                <xsd:documentation>Ignore Aspect Ratio</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="atMost">
            <xsd:annotation>
                <xsd:documentation>At Most</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="atLeast">
            <xsd:annotation>
                <xsd:documentation>At Least</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration ignore
Enumeration atMost
Enumeration atLeast
Collapse Derivation Tree:
Collapse References:
v:aspect, v:imageaspect, o:imageaspect