2.2.1.2.130 grooveAdapter

The grooveAdapter element MUST NOT be present.

Child Elements

field

Attributes:

infopathGroup: This attribute MUST NOT be present.

name: This attribute MUST NOT be present.

queryAllowed: This attribute MUST NOT be present.

queryThisFormOnly: This attribute MUST NOT be present.

spaceBindableUrl: This attribute MUST NOT be present.

spaceCanonicalUrl: This attribute MUST NOT be present.

spaceCanonicalUrlFormattedForSandboxing: This attribute MUST NOT be present.

spaceName: This attribute MUST NOT be present.

submitAllowed: This attribute MUST NOT be present.

toolBindableUrl: This attribute MUST NOT be present.

toolCanonicalUrl: This attribute MUST NOT be present.

toolDisplayName: This attribute MUST NOT be present.

toolName: This attribute MUST NOT be present.

viewDisplayName: This attribute MUST NOT be present.

viewName: 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="grooveAdapter">
   <xsd:complexType>
     <xsd:sequence>
       <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>
     </xsd:sequence>
     <xsd:attribute name="name" type="xsf:xdTitle" use="required"/>
     <xsd:attribute name="spaceName" type="xsd:string" use="required"/>
     <xsd:attribute name="spaceBindableUrl" type="xsd:string" use="required"/>
     <xsd:attribute name="spaceCanonicalUrl" type="xsd:string" use="required"/>
     <xsd:attribute name="spaceCanonicalUrlFormattedForSandboxing" type="xsd:string" use="required"/>
     <xsd:attribute name="toolName" type="xsd:string" use="required"/>
     <xsd:attribute name="toolDisplayName" type="xsd:string" use="required"/>
     <xsd:attribute name="toolBindableUrl" type="xsd:string" use="required"/>
     <xsd:attribute name="toolCanonicalUrl" type="xsd:string" use="required"/>
     <xsd:attribute name="viewName" type="xsd:string" use="required"/>
     <xsd:attribute name="viewDisplayName" type="xsd:string" use="required"/>
     <xsd:attribute name="infopathGroup" type="xsd:string" use="required"/>
     <xsd:attribute name="queryAllowed" type="xsf:xdYesNo" use="optional" default="yes"/>
     <xsd:attribute name="submitAllowed" type="xsf:xdYesNo" use="optional" default="no"/>
     <xsd:attribute name="queryThisFormOnly" type="xsf:xdYesNo" use="optional" default="no"/>
   </xsd:complexType>
 </xsd:element>