Show / Hide Table of Contents

Class XmlSchema.NamespaceURIs

The XML namespace URIs.

Inheritance
System.Object
XmlSchema.NamespaceURIs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class NamespaceURIs

Fields

XMLSchema

The XML schema namespace URI.

Declaration
public const string XMLSchema = "http://www.w3.org/2001/XMLSchema"
Field Value
Type Description
System.String

XMLSchemaInstance

The XML schema instance namespace URI.

Declaration
public const string XMLSchemaInstance = "http://www.w3.org/2001/XMLSchema-instance"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.