2.2.4.9.3 DnsRecord

The DnsRecord type describes a DNS record.

 <xs:complexType name="DnsRecord">
   <xs:sequence>
     <xs:element minOccurs="0" name="Label" nillable="true" type="xs:string" />
     <xs:element minOccurs="0" name="TimeToLive" type="ser:duration" />
   </xs:sequence>
 </xs:complexType>

Label: The label of the record.

TimeToLive: The time span within which the record is effective.