<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>
|