Definition Type: Element
Name: field
Namespace: http://schemas.microsoft.com/office/infopath/2003/solutionDefinition
Containing Schema: sd.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into isLookup in schema sd_xsd Drilldown into infopathName in schema sd_xsd Drilldown into sharepointName in schema sd_xsdXSD Diagram of field in schema sd_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
sharepointName xsf:sharepointName Required
infopathName xsf:infopathName Required
isLookup xsf:isLookup Optional