2.2.2.2.36 xmlToEditExtension

The xmlToEditExtension element specifies extended information for the xmlToEdit element, as specified in section 2.2.1.2.105.

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 "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 "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 name attribute of the corresponding 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>