2.2.4.203 DnsResourceRecordDataWinsr

The DnsResourceRecordDataWinsr complex type SHOULD<38> extend the DnsResourceRecordData. It specifies the details associated with a DNS resource record of type WINS-R.

 <xs:complexType name="DnsResourceRecordDataWinsr">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DnsResourceRecordData">
       <xs:sequence>
         <xs:element minOccurs="0" name="CacheTimeout" type="ser:duration" />
         <xs:element minOccurs="0" name="LookupTimeout" type="ser:duration" />
         <xs:element minOccurs="0" name="Replicate" type="xsd:boolean" />
         <xs:element minOccurs="0" name="ResultDomain" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

CacheTimeout:  The time in seconds that a DNS server that uses WINS-R lookup can cache the response from the WINS-R server.

LookupTimeout:  The time in seconds that a DNS server that uses WINS-R lookup waits before it gives up.

Replicate:  Specifies whether to replicate this record.

ResultDomain: The domain to append to returned NetBIOS names.