Definition Type: Element
Name: trusted_state
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#hpux
Type: oval-def:StateType
Containing Schema: hpux-definitions-schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into lock_flag in schema hpux-definitions-schema_xsd Drilldown into max_u_logins in schema hpux-definitions-schema_xsd Drilldown into num_u_logins in schema hpux-definitions-schema_xsd Drilldown into login_tty_u in schema hpux-definitions-schema_xsd Drilldown into login_tty_s in schema hpux-definitions-schema_xsd Drilldown into login_time_u in schema hpux-definitions-schema_xsd Drilldown into login_time_s in schema hpux-definitions-schema_xsd Drilldown into pw_changer in schema hpux-definitions-schema_xsd Drilldown into login_time in schema hpux-definitions-schema_xsd Drilldown into pw_gen_let in schema hpux-definitions-schema_xsd Drilldown into pw_gen_char in schema hpux-definitions-schema_xsd Drilldown into pw_null in schema hpux-definitions-schema_xsd Drilldown into pw_restrict in schema hpux-definitions-schema_xsd Drilldown into gen_pw in schema hpux-definitions-schema_xsd Drilldown into usr_chg_pw in schema hpux-definitions-schema_xsd Drilldown into exp_warning in schema hpux-definitions-schema_xsd Drilldown into max_llogin in schema hpux-definitions-schema_xsd Drilldown into acct_expire in schema hpux-definitions-schema_xsd Drilldown into pw_change_u in schema hpux-definitions-schema_xsd Drilldown into pw_change_s in schema hpux-definitions-schema_xsd Drilldown into pw_life in schema hpux-definitions-schema_xsd Drilldown into pw_expiration in schema hpux-definitions-schema_xsd Drilldown into pw_max_size in schema hpux-definitions-schema_xsd Drilldown into pw_change_min in schema hpux-definitions-schema_xsd Drilldown into audit_flag in schema hpux-definitions-schema_xsd Drilldown into audit_id in schema hpux-definitions-schema_xsd Drilldown into boot_auth in schema hpux-definitions-schema_xsd Drilldown into account_owner in schema hpux-definitions-schema_xsd Drilldown into password in schema hpux-definitions-schema_xsd Drilldown into uid in schema hpux-definitions-schema_xsd Drilldown into username in schema hpux-definitions-schema_xsd Drilldown into notes in schema oval-definitions-schema_xsd Drilldown into Signature in schema xmldsig-core-schema_xsd Drilldown into deprecated in schema oval-definitions-schema_xsd Drilldown into comment in schema oval-definitions-schema_xsd Drilldown into operator in schema oval-definitions-schema_xsd Drilldown into version in schema oval-definitions-schema_xsd Drilldown into id in schema oval-definitions-schema_xsd Drilldown into StateType in schema oval-definitions-schema_xsdXSD Diagram of trusted_state in schema hpux-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="trusted_state" substitutionGroup="oval-def:state">
    <xsd:annotation>
        <xsd:documentation />
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="oval-def:StateType">
                <xsd:sequence>
                    <xsd:element name="username" type="oval-def:EntityStateStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the name of the user being checked</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststeusername" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:username">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the username entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="uid" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The user's ID</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststeuid" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:uid">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the uid entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="password" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the encrypted version of the user's password</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepassword" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:password">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the password entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="account_owner" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The Account owner for pseudo-users</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststeaccount_owner" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:account_owner">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the account_owner entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="boot_auth" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Boot authorization</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststeboot_auth" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:boot_auth">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the boot_auth entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="audit_id" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>getprpwaid uses the audit ID rather than the UID</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststeaudit_id" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:audit_id">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the audit_id entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="audit_flag" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation />
                            <xsd:appinfo>
                                <sch:pattern id="truststeaudit_flag" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:audit_flag">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the audit_flag entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_change_min" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Minimum time between password changes</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_change_min" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_change_min">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_change_min entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_max_size" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Maximum password length in characters</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_max_size" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_max_size">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_max_size entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_expiration" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Password expiration time in seconds</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_expiration" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_expiration">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_expiration entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_life" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Trusted lifetime, after which the account is locked</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_life" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_life">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_life entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_change_s" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Time of last successful password change</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_change_s" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_change_s">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_change_s entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_change_u" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Time of last unsuccessful password change</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_change_u" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_change_u">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_change_u entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="acct_expire" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Absolute account lifetime in seconds</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststeacct_expire" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:acct_expire">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the acct_expire entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="max_llogin" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Maximum time allowed between logins before the account is locked</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststemax_llogin" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:max_llogin">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the max_llogin entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="exp_warning" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The time in seconds before expiration when a warning will appear</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststeexp_warning" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:exp_warning">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the exp_warning entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="usr_chg_pw" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Who can change this user's password</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststeusr_chg_pw" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:usr_chg_pw">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the usr_chg_pw entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="gen_pw" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Allows user to use system-generated passwords</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststegen_pw" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:gen_pw">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the gen_pw entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_restrict" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Whether a triviality check is performed on user-generated passwords</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_restrict" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_restrict">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_restrict entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_null" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Determines if null passwords are allowed for this account</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_null" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_null">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_null entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_gen_char" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Allows password generator to use random printable ASCII characters</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_gen_char" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_gen_char">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_gen_char entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_gen_let" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Allows password generator to use random letters</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_gen_let" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_gen_let">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_gen_let entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="login_time" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Specifies the times when the user may login to this account</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststelogin_time" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:login_time">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the login_time entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="pw_changer" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The user ID of the user who last changed the password on the user's account, if it was not the account owner</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststepw_changer" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:pw_changer">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the pw_changer entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="login_time_s" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The time of the last successful login using this account</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststelogin_time_s" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:login_time_s">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the login_time_s entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="login_time_u" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The time of the last unsuccessful login using this account</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststelogin_time_u" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:login_time_u">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the login_time_u entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="login_tty_s" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The terminal or remote host associated with the last successful login to the account</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststelogin_tty_s" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:login_tty_s">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the login_tty_s entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="login_tty_u" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The terminal or remote hosts associated with the last unsuccessful login to the account</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststelogin_tty_u" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:login_tty_u">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the login_tty_u entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="num_u_logins" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The number of unsuccessful login attempts since that last successful login</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststenum_u_logins" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:num_u_logins">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the num_u_logins entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="max_u_logins" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>The maximum number of unsuccessful login attempts before the account is locked</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststemax_u_logins" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:max_u_logins">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the max_u_logins entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="lock_flag" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Indicates whether the administrative lock on the account is set</xsd:documentation>
                            <xsd:appinfo>
                                <sch:pattern id="truststelock_flag" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                                    <sch:rule context="hpux-def:trusted_state/hpux-def:lock_flag">
                                        <sch:assert test="not(@datatype) or @datatype='string'">
                                            <sch:value-of select="../@id" /> - datatype attribute for the lock_flag entity of a trusted_state should be 'string'</sch:assert>
                                    </sch:rule>
                                </sch:pattern>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Signature ds:Signature 0 1
notes oval-def:notes 0 1
username hpux-def:username 1 1
uid hpux-def:uid 0 1
password hpux-def:password 0 1
account_owner hpux-def:account_owner 0 1
boot_auth hpux-def:boot_auth 0 1
audit_id hpux-def:audit_id 0 1
audit_flag hpux-def:audit_flag 0 1
pw_change_min hpux-def:pw_change_min 0 1
pw_max_size hpux-def:pw_max_size 0 1
pw_expiration hpux-def:pw_expiration 0 1
pw_life hpux-def:pw_life 0 1
pw_change_s hpux-def:pw_change_s 0 1
pw_change_u hpux-def:pw_change_u 0 1
acct_expire hpux-def:acct_expire 0 1
max_llogin hpux-def:max_llogin 0 1
exp_warning hpux-def:exp_warning 0 1
usr_chg_pw hpux-def:usr_chg_pw 0 1
gen_pw hpux-def:gen_pw 0 1
pw_restrict hpux-def:pw_restrict 0 1
pw_null hpux-def:pw_null 0 1
pw_gen_char hpux-def:pw_gen_char 0 1
pw_gen_let hpux-def:pw_gen_let 0 1
login_time hpux-def:login_time 0 1
pw_changer hpux-def:pw_changer 0 1
login_time_s hpux-def:login_time_s 0 1
login_time_u hpux-def:login_time_u 0 1
login_tty_s hpux-def:login_tty_s 0 1
login_tty_u hpux-def:login_tty_u 0 1
num_u_logins hpux-def:num_u_logins 0 1
max_u_logins hpux-def:max_u_logins 0 1
lock_flag hpux-def:lock_flag 0 1
Collapse Child Attributes:
Name Type Default Value Use
id oval-def:id Required
version oval-def:version Required
operator oval-def:operator AND Optional
comment oval-def:comment Optional
deprecated oval-def:deprecated false Optional
Collapse Derivation Tree:
Collapse References:
oval-def:state