Show / Hide Table of Contents

Class XmlSchema.Prefixes

The XML prefixes.

Inheritance
object
XmlSchema.Prefixes
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.Prefixes

Fields

XS

The XML schema prefix.

Declaration
public const string XS = "xs"
Field Value
Type Description
string

XSI

The XML schema instance prefix.

Declaration
public const string XSI = "xsi"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.