summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuth.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuth.xsd')
-rw-r--r--src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuth.xsd38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuth.xsd b/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuth.xsd
index 065b5ee..d193776 100644
--- a/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuth.xsd
+++ b/src/DotNetOpenAuth.Messaging/Configuration/DotNetOpenAuth.xsd
@@ -190,6 +190,25 @@
</xs:attribute>
</xs:complexType>
</xs:element>
+ <xs:element name="webResourceUrlProvider">
+ <xs:annotation>
+ <xs:documentation>
+ The type that implements the DotNetOpenAuth.IEmbeddedResourceRetrieval interface
+ to instantiate for obtaining URLs that fetch embedded resource streams.
+ Primarily useful when the System.Web.UI.Page class is not used in the ASP.NET pipeline.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:complexType>
+ <xs:attribute name="type" type="xs:string" use="optional">
+ <xs:annotation>
+ <xs:documentation>
+ The fully-qualified name of the type that implements the IEmbeddedResourceRetrieval interface.
+ </xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
+ <xs:attribute name="xaml" type="xs:string" use="optional" />
+ </xs:complexType>
+ </xs:element>
</xs:choice>
<xs:attribute name="lifetime" type="xs:string">
<xs:annotation>
@@ -943,25 +962,6 @@
</xs:attribute>
</xs:complexType>
</xs:element>
- <xs:element name="webResourceUrlProvider">
- <xs:annotation>
- <xs:documentation>
- The type that implements the DotNetOpenAuth.IEmbeddedResourceRetrieval interface
- to instantiate for obtaining URLs that fetch embedded resource streams.
- Primarily useful when the System.Web.UI.Page class is not used in the ASP.NET pipeline.
- </xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:attribute name="type" type="xs:string" use="optional">
- <xs:annotation>
- <xs:documentation>
- The fully-qualified name of the type that implements the IEmbeddedResourceRetrieval interface.
- </xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="xaml" type="xs:string" use="optional" />
- </xs:complexType>
- </xs:element>
</xs:choice>
</xs:complexType>
</xs:element>