2.2.147.24 offline

The offline element MUST be ignored.

Parent Elements

solutionDefinition

Attributes:

cacheQueries: This attribute MUST be ignored.

expirationTime: This attribute MUST be ignored.

openIfQueryFails: This attribute MUST be ignored.

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

 <xsd:element name="offline">
   <xsd:complexType>
     <xsd:attribute name="openIfQueryFails" type="xsf:xdYesNo" default="no" use="optional"/>
     <xsd:attribute name="cacheQueries" type="xsf:xdYesNo" default="no" use="optional"/>
     <xsd:attribute name="expirationTime" type="xsd:nonNegativeInteger" use="optional"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>