2.2.4.192 DnsResourceRecordDataHinfo

The DnsResourceRecordDataHinfo complex type SHOULD<27> extend the DnsResourceRecordData (section 2.2.4.184). It specifies the details associated with a DNS resource record of type HINFO.

 <xs:complexType name="DnsResourceRecordDataHinfo">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DnsResourceRecordData">
       <xs:sequence>
         <xs:element minOccurs="0" name="Cpu" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="OperatingSystem" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Cpu:  Specifies the type of the CPU of the host.

OperatingSystem:  Specifies the operating system of the host.