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 |