diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-28 19:23:13 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-03-30 21:38:29 -0700 |
commit | 4a0054dbeac0573172a670b19f510d07d83d2a9a (patch) | |
tree | 4b47c387b1632fb1501789430dfa849ac7f64c12 | |
parent | fa26c24cab0c19074b5fa23cb515f8c5ce9d58eb (diff) | |
download | DotNetOpenAuth-4a0054dbeac0573172a670b19f510d07d83d2a9a.zip DotNetOpenAuth-4a0054dbeac0573172a670b19f510d07d83d2a9a.tar.gz DotNetOpenAuth-4a0054dbeac0573172a670b19f510d07d83d2a9a.tar.bz2 |
Added missing documentation for the allowDualPurposeIdentifiers config setting.
-rw-r--r-- | src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd b/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd index 47c9831..3164ec5 100644 --- a/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd +++ b/src/DotNetOpenAuth/Configuration/DotNetOpenAuth.xsd @@ -319,7 +319,14 @@ </xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="allowDualPurposeIdentifiers" type="xs:boolean" /> + <xs:attribute name="allowDualPurposeIdentifiers" type="xs:boolean"> + <xs:annotation> + <xs:documentation> + Controls whether identifiers that are both OP Identifiers and Claimed Identifiers + should ever be recognized as claimed identifiers. + </xs:documentation> + </xs:annotation> + </xs:attribute> <xs:attribute name="allowApproximateIdentifierDiscovery" type="xs:boolean"> <xs:annotation> <xs:documentation> |