Definition Type: Element
Name: partFragment
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into filter in schema sd_xsd Drilldown into dataObject in schema sd_xsd Drilldown into sendAsString in schema sd_xsd Drilldown into replaceWith in schema sd_xsd Drilldown into match in schema sd_xsdXSD Diagram of partFragment in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="partFragment">
    <xsd:complexType>
        <xsd:attribute name="match" type="xsd:string" use="required" />
        <xsd:attribute name="replaceWith" type="xsd:string" use="required" />
        <xsd:attribute name="sendAsString" type="xsf:xdYesNo" use="optional" />
        <xsd:attribute name="dataObject" type="xsd:string" use="optional" />
        <xsd:attribute name="filter" type="xsd:string" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
match xsf:match Required
replaceWith xsf:replaceWith Required
sendAsString xsf:sendAsString Optional
dataObject xsf:dataObject Optional
filter xsf:filter Optional