2.2.1.2.131 field (3)

The field element MUST NOT be present.

Parent Elements

grooveAdapter

Attributes:

displayName: This attribute MUST NOT be present.

infopathName: This attribute MUST NOT be present.

isLookup: This attribute MUST NOT be present.

name: This attribute MUST NOT be present.

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="name" type="xsd:string" use="required"/>
     <xsd:attribute name="displayName" type="xsd:string" use="optional"/>
     <xsd:attribute name="infopathName" type="xsd:string" use="required"/>
     <xsd:attribute name="isLookup" type="xsf:xdYesNo" use="optional"/>
   </xsd:complexType>
 </xsd:element>