<xsd:complexType name="InterfaceType">
<xsd:annotation>
<xsd:documentation>The InterfaceType complex type is used to describe an existing network interface on the system. This information can help identify a specific system on a given network.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="interface_name" type="xsd:string" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The required interface_name element is the name of the interface</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ip_address" type="xsd:string" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The reqired ip_address element holds the ip address for the interface.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mac_address" type="xsd:string" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The required mac_address element holds teh mac address for the interface.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|