2.1.3.5 UpdateType

Target namespace: urn:schemas-microsoft-com:oba.v1

Referenced by: SolutionType

A complex type that specifies the update behavior of a solution. It specifies whether and how often the solution MAY<3> check for updates.

Child Elements:

expiration: An ExpirationType element (section 2.1.3.3) that specifies the minimum interval of time to wait before the solution MAY<4> check for an update.

Attributes:

enabled: An xs:boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether update check is enabled for the solution. If the value is true, the client MAY<5> check for the update for a Business Connectivity Service solution when the minimum interval of time specified by expiration has passed since the last time the client checked for an update. If the value is false, the solution MUST NOT check for updates automatically.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="UpdateType">
   <xs:sequence>
     <xs:element name="expiration" type="obav1:ExpirationType" minOccurs="0" maxOccurs="1"/>
   </xs:sequence>
   <xs:attribute name="enabled" type="xs:boolean" use="required"/>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).