2.2.4.204 DnsResourceRecordDataWks

The DnsResourceRecordDataWks complex type SHOULD<39> extend the DnsResourceRecordData. It specifies the details associated with a DNS resource record of type WKS.

 <xs:complexType name="DnsResourceRecordDataWks">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DnsResourceRecordData">
       <xs:sequence>
         <xs:element minOccurs="0" name="Address" nillable="true" type="sysnet:IPAddress" />
         <xs:element minOccurs="0" name="Protocol" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="Services" nillable="true" type="serarr:ArrayOfstring" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Address:  The IP address of the interface on which the service is provided.

Protocol:  The protocol supported on the interface.

Services:  The list of services provided by the protocol on the interface.