2.3.14 ST_Uri (Image Relationship ID)

Specifies the relationship identifier of a part that is the target of a relationship from the containing Custom UI document.

The target part is an image part type, as specified in [ECMA-376] Part 1 section 15.2.13.

This simple type's contents are a restriction of the XML schema string datatype.

This simple type also specifies the following restrictions:

§ This simple type's contents have a minimum length of 1 characters.

§ This simple type's contents have a maximum length of 1024 characters.

Referenced By

button@image (section 2.2.2); button@image (section 2.2.3); button@image (section 2.2.4); checkBox@image (section 2.2.6); comboBox@image (section 2.2.7); control@image (section 2.2.12); control@image (section 2.2.13); control@image (section 2.2.11); dropDown@image (section 2.2.17); dynamicMenu@image (section 2.2.19); dynamicMenu@image (section 2.2.18); editBox@image (section 2.2.20); gallery@image (section 2.2.21); gallery@image (section 2.2.22); group@image (section 2.2.23); item@image (section 2.2.24); labelControl@image (section 2.2.25); menu@image (section 2.2.28); menu@image (section 2.2.26); menu@image (section 2.2.27); splitButton@image (section 2.2.38); splitButton@image (section 2.2.36); splitButton@image (section 2.2.37); toggleButton@image (section 2.2.43); toggleButton@image (section 2.2.42); toggleButton@image (section 2.2.44)

The following XML schema fragment defines the contents of this simple type:

 <xsd:simpleType name="ST_Uri">
    <xsd:restriction base="xsd:string">
    <xsd:minLength value="1"/>
    <xsd:maxLength value="1024"/>
    </xsd:restriction>
 </xsd:simpleType>