2.2.2.2.24 davAdapterExtension

The davAdapterExtension element specifies the extended information for the davAdapter element, as specified in section 2.2.1.2.29.

Parent Elements

dataConnections

Child Elements

connectoid

Attributes:

ref: This attribute specifies the associated davAdapter element that is being extended. The specified value SHOULD match the value specified by the name attribute of the corresponding davAdapter element.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="davAdapterExtension">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf2:connectoid" minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="ref" type="xsf:xdTitle" use="required"/>
   </xsd:complexType>
 </xsd:element>