Definition Type: SimpleType
Name: ImageCroppingPolicyWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ImageCroppingPolicyWKV
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="ImageCroppingPolicyWKV">
    <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="Crop" />
        <xs:enumeration value="StretchIsomorphicMax" />
        <xs:enumeration value="StretchIsomorphicMin" />
        <xs:enumeration value="StretchNonIsomorphic" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Crop
Enumeration StretchIsomorphicMax
Enumeration StretchIsomorphicMin
Enumeration StretchNonIsomorphic