replace

Attribute Information

Used By

Source

<xsd:attribute name="replace" use="optional" default="all">
  <xsd:simpleType>
    <xsd:union memberTypes="xforms:QNameButNotNCNAME">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="all"/>
          <xsd:enumeration value="instance"/>
          <xsd:enumeration value="none"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:union>
  </xsd:simpleType>
</xsd:attribute>

Sample