| <?xml version="1.0" encoding="utf-16"?>
<xs:element name="ImageBox">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Height" type="RangeOfIntType" />
            <xs:element name="Width" type="RangeOfIntType" />
            <xs:element name="XOffset" type="RangeOfIntType" minOccurs="0" />
            <xs:element name="YOffset" type="RangeOfIntType" minOccurs="0" />
            <xs:element name="ContentRegionUnits">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="AllowedValues" type="ContentRegionUnitsType" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
 |