summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-03-28 19:23:13 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-03-30 21:38:29 -0700
commit4a0054dbeac0573172a670b19f510d07d83d2a9a (patch)
tree4b47c387b1632fb1501789430dfa849ac7f64c12
parentfa26c24cab0c19074b5fa23cb515f8c5ce9d58eb (diff)
downloadDotNetOpenAuth-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.xsd9
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>