2.3.3.4.5 ST_AccPictureTiling

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

repeat

The picture is tiled across the background.

no-repeat

The picture is not tiled across the background.

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

 <xs:simpleType name="ST_AccPictureTiling">
   <xs:restriction base="xs:string">
     <xs:enumeration value="repeat" wbld:cname="PictureTilintRepeat"/>
     <xs:enumeration value="no-repeat" wbld:cname="PictureTilintNoRepeat"/>
   </xs:restriction>
 </xs:simpleType>

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