Definition Type: Element
Name: sharepointListAdapter
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into field in schema sd_xsd Drilldown into submitAllowed in schema sd_xsd Drilldown into queryAllowed in schema sd_xsd Drilldown into infopathGroup in schema sd_xsd Drilldown into sharepointGuid in schema sd_xsd Drilldown into siteUrl in schema sd_xsd Drilldown into name in schema sd_xsdXSD Diagram of sharepointListAdapter in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="sharepointListAdapter">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="field" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:attribute name="sharepointName" type="xsd:string" use="required" />
                    <xsd:attribute name="infopathName" type="xsd:string" use="required" />
                    <xsd:attribute name="isLookup" type="xsf:xdYesNo" use="optional" />
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="name" type="xsf:xdTitle" use="required" />
        <xsd:attribute name="siteUrl" type="xsd:string" use="required" />
        <xsd:attribute name="sharepointGuid" type="xsd:string" use="required" />
        <xsd:attribute name="infopathGroup" type="xsd:string" use="required" />
        <xsd:attribute name="queryAllowed" type="xsf:xdYesNo" use="optional" />
        <xsd:attribute name="submitAllowed" type="xsf:xdYesNo" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
field xsf:field 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name xsf:name Required
siteUrl xsf:siteUrl Required
sharepointGuid xsf:sharepointGuid Required
infopathGroup xsf:infopathGroup Required
queryAllowed xsf:queryAllowed Optional
submitAllowed xsf:submitAllowed Optional