<xsd:element name="passwordpolicy_object" substitutionGroup="oval-def:object">
<xsd:annotation>
<xsd:documentation>The passwordpolicy_object element is used by a password policy test to define those objects to evaluated based on a specified state. There is actually only one object relating to password policy and this is the system as a whole. Therefore, there are no child entities defined. Any OVAL Test written to check password policy will reference the same passwordpolicy_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>
|