2.3.3.4.2 ST_AccPictureSizeMode

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/forms

Referenced by: CT_AccAttachment, CT_AccImage, CT_AccDSAttachment

A string ([XMLSCHEMA2/2] section 3.2.1) that MUST be one of the following values.

Value

Meaning

Clip

Crops any part of the picture that is larger than the control’s available area.

Stretch

Stretches the picture to fill the control’s available area.

Zoom

Enlarges or reduces the picture to the largest possible size within the control’s available area while preserving the original aspect ratio of the image.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ST_AccPictureSizeMode">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Clip" wbld:cname="PictureSizeModeClip"/>
     <xs:enumeration value="Stretch" wbld:cname="PictureSizeModeStretch"/>
     <xs:enumeration value="Zoom" wbld:cname="PictureSizeModeZoom"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).