2.2.4.202 DnsResourceRecordDataWins

The DnsResourceRecordDataWins complex type SHOULD<37> extend the DnsResourceRecordData. It specifies the details associated with a DNS resource record of type WINS.

 <xs:complexType name="DnsResourceRecordDataWins">
   <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="WinsServers" nillable="true" type="sysnet:ArrayOfIPAddress" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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

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

Replicate:  Specifies whether to replicate this record.

WinsServers:  The list of IP addresses of the WINS servers to be used.