HADBType XML schema definition for Db2 High Availability Instance Configuration Utility (db2haicu) input files

A HADBType element contains a list of databases to include in the cluster domain, and to make highly available.

Superelements

The following types of elements contain HADBType subelements:

XML schema definition


<xs:complexType name='HADBType'> 
  <xs:sequence> 
    <xs:element name='HADB'         type='HADBDefn' maxOccurs='unbounded'/> 
  </xs:sequence> 
  <xs:attribute name='instanceName' type='xs:string' use='required'/> 
</xs:complexType> 

Subelements

HADB
Type:
HADBDefn

A HADBDefn element describes a database to be included in the cluster domain and made highly available.

Occurrence rules:
You must include one or more HADB elements in your HADBType element.

Attributes

instanceName (required)
In the instanceName attribute, you must specify the Db2 database manager instance to which the databases specified in the HADB elements belong.