Definition Type: Element
Name: data
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#macos
Type: system_characteristics:dataType
Containing Schema: macos-system-characteristics-schema.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Collapse XSD Schema Diagram:
Drilldown into requiresNumeric in schema macos-system-characteristics-schema_xsd Drilldown into requiresAlpha in schema macos-system-characteristics-schema_xsd Drilldown into passwordCannotBeName in schema macos-system-characteristics-schema_xsd Drilldown into minChars in schema macos-system-characteristics-schema_xsd Drilldown into maxFailedLoginAttempts in schema macos-system-characteristics-schema_xsd Drilldown into maxChars in schema macos-system-characteristics-schema_xsd Drilldown into dataType in schema system-characteristics-schema_xsdXSD Diagram of data in schema macos-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="maxChars" type="system_characteristics:dataIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Maximum number of characters allowed in a password.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Pw Policy Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="maxFailedLoginAttempts" type="system_characteristics:dataIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Maximum number of failed logins before the account is locked.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Pw Policy Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="minChars" type="system_characteristics:dataIntType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Minimum number of characters allowed in a password</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Pw Policy Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>integer</content>
                                <valid_datatypes>integer</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="passwordCannotBeName" type="system_characteristics:dataBoolType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Defines if the password is allowed to be the same as the username or not</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Pw Policy Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>boolean</content>
                                <valid_datatypes>boolean</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="requiresAlpha" type="system_characteristics:dataBoolType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Defines if the password must contain an alphabetical character or not</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Pw Policy Item</parent_item>
                                <cardinality>1</cardinality>
                                <content>boolean</content>
                                <valid_datatypes>boolean</valid_datatypes>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="requiresNumeric" type="system_characteristics:dataBoolType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>Defines if the password must contain an numeric character or not</xsd:documentation>
                            <xsd:appinfo>
                                <parent_item>Pw Policy Item</parent_item>
                                <cardinality>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
maxChars macos:maxChars 1 1
maxFailedLoginAttempts macos:maxFailedLoginAttempts 1 1
minChars macos:minChars 1 1
passwordCannotBeName macos:passwordCannotBeName 1 1
requiresAlpha macos:requiresAlpha 1 1
requiresNumeric macos:requiresNumeric 1 1
Collapse Derivation Tree: