DB2PartitionSetType XML schema definition for Db2 High Availability Instance Configuration Utility (db2haicu) input files
A DB2PartitionSetType
element
contains information about database partitions. The DB2PartitionSetType
element
is only applicable in a partitioned database environment.
Superelements
InterfaceType
is
a subelement of:
XML schema definition
<xs:complexType name='DB2PartitionSetType'>
<xs:sequence>
<xs:element name='DB2Partition'
type='DB2PartitionType'
maxOccurs='unbounded'/>
</xs:sequence>
</xs:complexType>
Subelements
- DB2Partition
-
- Type:
DB2PartitionType
A
DB2PartitionType
element specifies a database partition including the Db2 database manager instance to which the database partition belongs and the database partition number.- Occurrence rules:
- You must specify one or more
DB2Partition
elements in yourDB2PartitionSetType
element.
Attributes
None.