Share via


2.2.113 fragmentToInsert

The fragmentToInsert element specifies alternate versions of default XML data that is inserted into an associated control.

Parent Elements

editWith

Child Elements

chooseFragment

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

 <xsd:element name="fragmentToInsert">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:chooseFragment" minOccurs="1" maxOccurs="unbounded"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>