2.3.3.4.1 ST_AccPictureAlignment

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

top left

The picture is aligned at the top left corner of the control.

top right

The picture is aligned at the top right corner of the control.

center

The picture is aligned at the center of the control.

bottom left

The picture is aligned at the bottom left corner of the control.

bottom right

The picture is aligned at the bottom right corner of the control.

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

 <xs:simpleType name="ST_AccPictureAlignment">
   <xs:restriction base="xs:string">
     <xs:enumeration value="top left" wbld:cname="PictureAlignmentTopLeft"/>
     <xs:enumeration value="top right" wbld:cname="PictureAlignmentTopRight"/>
     <xs:enumeration value="center" wbld:cname="PictureAlignmentCenterCenter"/>
     <xs:enumeration value="bottom left" wbld:cname="PictureAlignmentBottomLeft"/>
     <xs:enumeration value="bottom right" wbld:cname="PictureAlignmentBottomRight"/>
   </xs:restriction>
 </xs:simpleType>

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