Class XmlSchema.Prefixes
The XML prefixes.
Inherited Members
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 |