Class XmlSchema.NamespaceURIs
The XML namespace URIs.
Inherited Members
Namespace: ComponentSpace.SAML2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class XmlSchema.NamespaceURIs
Fields
XMLSchema
The XML schema namespace URI.
Declaration
public const string XMLSchema = "http://www.w3.org/2001/XMLSchema"
Field Value
Type | Description |
---|---|
string |
XMLSchemaInstance
The XML schema instance namespace URI.
Declaration
public const string XMLSchemaInstance = "http://www.w3.org/2001/XMLSchema-instance"
Field Value
Type | Description |
---|---|
string |