2.2.4.224 DnsZoneFormatter

The DnsZoneFormatter complex type SHOULD<46> allow extended attributes on an IpamObject type. It represents the server name and zone name in a formatted manner.

 <xs:complexType name="DnsZoneFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="ZoneName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ServerName: A string that represents the DNS server on which the DNS zone processing needs to be done.

ZoneName: A string that represents the DNS zone for which the processing needs to be done.