<xsd:complexType name="InterfacesType">
<xsd:annotation>
<xsd:documentation>The InterfacesType complex type is a container for zero or more interface elements. Each interface element is used to describe an existing network interface on the system.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="interface" type="oval-sc:InterfaceType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Please refer to the description of the InterfaceType for more information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|