Definition Type: Element
Name: data
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Type: system_characteristics:dataType
Containing Schema: windows-system-characteristics-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into reversible_encryption in schema windows-system-characteristics-schema_xsd Drilldown into password_complexity in schema windows-system-characteristics-schema_xsd Drilldown into password_hist_len in schema windows-system-characteristics-schema_xsd Drilldown into min_passwd_len in schema windows-system-characteristics-schema_xsd Drilldown into min_passwd_age in schema windows-system-characteristics-schema_xsd Drilldown into max_passwd_age in schema windows-system-characteristics-schema_xsd Drilldown into dataType in schema system-characteristics-schema_xsdXSD Diagram of data in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="data" minOccurs="0" maxOccurs="1">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="system_characteristics:dataType">
                <xsd:sequence>
                    <xsd:element name="max_passwd_age" type="system_characteristics:dataIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Specifies, in seconds, the maximum allowable password age. A value of TIMEQ_FOREVER (-1) indicates that the password never expires. The minimum valid value for this element is ONE_DAY (86400).</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>passwordpolicy_item</parent_item>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="min_passwd_age" type="system_characteristics:dataIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Specifies the minimum number of seconds that can elapse between the time a password changes and when it can be changed again. A value of zero indicates that no delay is required between password updates.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>passwordpolicy_item</parent_item>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="min_passwd_len" type="system_characteristics:dataIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Specifies the minimum allowable password length. Valid values for this element are zero through PWLEN.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>passwordpolicy_item</parent_item>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="password_hist_len" type="system_characteristics:dataIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Specifies the length of password history maintained. A new password cannot match any of the previous usrmod0_password_hist_len passwords. Valid values for this element are zero through DEF_MAX_PWHIST.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>passwordpolicy_item</parent_item>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="password_complexity" type="system_characteristics:dataBoolType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>
                            </xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>passwordpolicy_item</parent_item>
                                <cardinality>0-1</cardinality>
                                <content>boolean</content>
                                <valid_datatypes>boolean</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="reversible_encryption" type="system_characteristics:dataBoolType" minOccurs="0" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>
                            </xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>passwordpolicy_item</parent_item>
                                <cardinality>0-1</cardinality>
                                <content>boolean</content>
                                <valid_datatypes>boolean</valid_datatypes>
                            </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
max_passwd_age windows:max_passwd_age 1 1
min_passwd_age windows:min_passwd_age 1 1
min_passwd_len windows:min_passwd_len 1 1
password_hist_len windows:password_hist_len 1 1
password_complexity windows:password_complexity 0 1
reversible_encryption windows:reversible_encryption 0 1
Collapse Derivation Tree: