Show / Hide Table of Contents

Class XmlSchema.NamespaceURIs

The XML namespace URIs.

Inheritance
object
XmlSchema.NamespaceURIs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.