<xsd:element name="snmp_object" substitutionGroup="oval-def:object">
<xsd:annotation>
<xsd:documentation>The snmp_object element is used by a snmp test to define those objects to evaluated based on a specified state. There is actually only one object relating to snmp and this is the system as a whole. Therefore, there are no child entities defined. Any OVAL Test written to check snmp will reference the same snmp_object which is basically an empty object element.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="oval-def:ObjectType" />
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|