Show / Hide Table of Contents

Class XmlSchema.Prefixes

The XML prefixes.

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

Fields

XS

The XML schema prefix.

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

XSI

The XML schema instance prefix.

Declaration
public const string XSI = "xsi"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.