2.2.4.198 DnsResourceRecordDataRt

The DnsResourceRecordDataRt complex type SHOULD<33> extend the DnsResourceRecordData. It specifies the details associated with a DNS resource record of type RT.

 <xs:complexType name="DnsResourceRecordDataRt">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DnsResourceRecordData">
       <xs:sequence>
         <xs:element minOccurs="0" name="IntermediateHost" nillable="true" type="xsd:string" />
         <xs:element   minOccurs="0" name="Preference" type="xsd:unsignedInt" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

IntermediateHost:  The domain name of a host that serves as an intermediate in reaching the host.

Preference:  This specifies the preference to the route. Smaller number indicates more preferred route.