Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The field element specifies mapping information for a protocol server list field that is used by the protocol server list data adapter to query a protocol server list. Each protocol server list field returned from a query MUST be specified by an instance of this element.
Parent Elements |
---|
Attributes:
infopathName: The name of the field in the form view that corresponds to the protocol server list field name, as specified by the value of the sharepointName attribute.
isLookup: Specifies whether the field is considered a lookup field. If this attribute is not present, its value MUST be interpreted as "no".
sharepointName: The protocol server list field name that corresponds to the name of the field in the form view specified by the value of the infopathName attribute.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<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>