Definition Type: Element
Name: useTransform
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into maxVersionToUpgrade in schema sd_xsd Drilldown into minVersionToUpgrade in schema sd_xsd Drilldown into transform in schema sd_xsdXSD Diagram of useTransform in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="useTransform">
    <xsd:complexType>
        <xsd:attribute name="transform" use="required">
            <xsd:simpleType>
                <xsd:union memberTypes="xsf:xdFileName xsf:xdEmptyString" />
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="minVersionToUpgrade" type="xsf:xdSolutionVersion" use="required" />
        <xsd:attribute name="maxVersionToUpgrade" type="xsf:xdSolutionVersion" />
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
transform xsf:transform Required
minVersionToUpgrade xsf:minVersionToUpgrade Required
maxVersionToUpgrade xsf:maxVersionToUpgrade (Optional)