Definition Type: AttributeGroup
Name: AG_Password
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Collapse XSD Schema Diagram:
Drilldown into salt in schema wml_xsd Drilldown into hash in schema wml_xsd Drilldown into cryptProviderTypeExtSource in schema wml_xsd Drilldown into cryptProviderTypeExt in schema wml_xsd Drilldown into algIdExtSource in schema wml_xsd Drilldown into algIdExt in schema wml_xsd Drilldown into cryptProvider in schema wml_xsd Drilldown into cryptSpinCount in schema wml_xsd Drilldown into cryptAlgorithmSid in schema wml_xsd Drilldown into cryptAlgorithmType in schema wml_xsd Drilldown into cryptAlgorithmClass in schema wml_xsd Drilldown into cryptProviderType in schema wml_xsdXSD Diagram of AG_Password in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:attributeGroup name="AG_Password">
    <xsd:attribute name="cryptProviderType" type="ST_CryptProv">
        <xsd:annotation>
            <xsd:documentation>Cryptographic Provider Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cryptAlgorithmClass" type="ST_AlgClass">
        <xsd:annotation>
            <xsd:documentation>Cryptographic Algorithm Class</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cryptAlgorithmType" type="ST_AlgType">
        <xsd:annotation>
            <xsd:documentation>Cryptographic Algorithm Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cryptAlgorithmSid" type="ST_DecimalNumber">
        <xsd:annotation>
            <xsd:documentation>Cryptographic Hashing Algorithm</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cryptSpinCount" type="ST_DecimalNumber">
        <xsd:annotation>
            <xsd:documentation>Iterations to Run Hashing Algorithm</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cryptProvider" type="ST_String">
        <xsd:annotation>
            <xsd:documentation>Cryptographic Provider</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="algIdExt" type="ST_LongHexNumber">
        <xsd:annotation>
            <xsd:documentation>Cryptographic Algorithm Extensibility</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="algIdExtSource" type="ST_String">
        <xsd:annotation>
            <xsd:documentation>Algorithm Extensibility Source</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cryptProviderTypeExt" type="ST_LongHexNumber">
        <xsd:annotation>
            <xsd:documentation>Cryptographic Provider Type Extensibility</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cryptProviderTypeExtSource" type="ST_String">
        <xsd:annotation>
            <xsd:documentation>Provider Type Extensibility Source</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hash" type="xsd:base64Binary">
        <xsd:annotation>
            <xsd:documentation>Password Hash</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="salt" type="xsd:base64Binary">
        <xsd:annotation>
            <xsd:documentation>Salt for Password Verifier</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
cryptProviderType w:cryptProviderType (Optional)
cryptAlgorithmClass w:cryptAlgorithmClass (Optional)
cryptAlgorithmType w:cryptAlgorithmType (Optional)
cryptAlgorithmSid w:cryptAlgorithmSid (Optional)
cryptSpinCount w:cryptSpinCount (Optional)
cryptProvider w:cryptProvider (Optional)
algIdExt w:algIdExt (Optional)
algIdExtSource w:algIdExtSource (Optional)
cryptProviderTypeExt w:cryptProviderTypeExt (Optional)
cryptProviderTypeExtSource w:cryptProviderTypeExtSource (Optional)
hash w:hash (Optional)
salt w:salt (Optional)