2.2.147.43 xmlToEditExtension

The xmlToEditExtension element specifies extended information for xmlToEdit (section 2.2.124).

Parent Elements

viewExtension

Attributes:

allowLinkedImages: This attribute specifies whether hyperlink references to images are allowed in a rich text box control. This attribute MUST be set to "yes" if the corresponding xmlToEdit element refers to a rich text box control.

excludeEmbeddedImages: This attribute specifies whether embedded images are excluded in a rich text box control. This attribute MUST be set to "yes" if the corresponding xmlToEdit element refers to a rich text box control.

ref: This attribute specifies the name of the corresponding control and MUST match the corresponding name attribute of the xmlToEdit element.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="xmlToEditExtension">
   <xsd:complexType>
     <xsd:sequence/>
     <xsd:attribute name="ref" type="xsf:xdTitle" use="required"/>
     <xsd:attribute name="excludeEmbeddedImages" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:attribute name="allowLinkedImages" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>