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:
HADBDefnA
HADBDefnelement describes a database to be included in the cluster domain and made highly available.- Occurrence rules:
- You must include one or more
HADBelements in yourHADBTypeelement.
Attributes
- instanceName (required)
- In the
instanceNameattribute, you must specify the Db2 database manager instance to which the databases specified in theHADBelements belong.