2.2.4.208 DnsResourceRecordFormatter

The DnsResourceRecordFormatter complex type SHOULD<43> be used to format the fields of a DNS resource record into a string used to display the result of operations. The string is formatted to include the record name, server name, and zone name of the DNS resource record to uniquely identify the DNS resource record.

 <xs:complexType name="DnsResourceRecordFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="RecordName" nillable="true" type="xsd:string" />
         <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>

RecordName:  Specifies the record name of the DNS resource record.

ServerName:  Specifies the DNS server on which the DNS resource record operation is performed.

ZoneName:  Specifies the DNS zone to which the DNS resource record belongs.