Definition Type: Element
Name: input
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into partFragment in schema sd_xsd Drilldown into source in schema sd_xsdXSD Diagram of input in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="input">
    <xsd:complexType>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="xsf:partFragment" />
        </xsd:choice>
        <xsd:attribute name="source" type="xsd:string" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partFragment xsf:partFragment (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
source xsf:source Required