2.3.3.4.13 ST_AccPictureCaptionArrangement

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

Referenced by: CT_AccButton, CT_AccNavigationButton

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

Value

Meaning

General

The caption is displayed in the default location.

Top

The caption is displayed preceding the picture.

Bottom

The caption is displayed following the picture.

Left

The caption is displayed to the left of the picture.

Right

The caption is displayed to the right of the picture.

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

 <xs:simpleType name="ST_AccPictureCaptionArrangement">
   <xs:restriction base="xs:string">
     <xs:enumeration value="General" wbld:cname="PictureCaptionArrangementGeneral"/>
     <xs:enumeration value="Top" wbld:cname="Top"/>
     <xs:enumeration value="Bottom" wbld:cname="Bottom"/>
     <xs:enumeration value="Left" wbld:cname="PictureCaptionArrangementLeft"/>
     <xs:enumeration value="Right" wbld:cname="PictureCaptionArrangementRight"/>
   </xs:restriction>
 </xs:simpleType>

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