Search Results for

    Show / Hide Table of Contents
    View Source

    Class XmlNamespaces

    Provides public constants for wellknown XML namespaces.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Xml
    Assembly: Umbraco.Core.dll
    Syntax
    public static class XmlNamespaces
    Remarks

    Author: Daniel Cazzulino, blog

    Fields

    View Source

    Xml

    The public XML 1.0 namespace.

    Declaration
    public const string Xml = "http://www.w3.org/XML/1998/namespace"
    Field Value
    Type Description
    System.String
    Remarks

    See http://www.w3.org/TR/2004/REC-xml-20040204/

    View Source

    XmlNs

    Public Xml Namespaces specification namespace.

    Declaration
    public const string XmlNs = "http://www.w3.org/2000/xmlns/"
    Field Value
    Type Description
    System.String
    Remarks

    See http://www.w3.org/TR/REC-xml-names/

    View Source

    XmlNsPrefix

    Public Xml Namespaces prefix.

    Declaration
    public const string XmlNsPrefix = "xmlns"
    Field Value
    Type Description
    System.String
    Remarks

    See http://www.w3.org/TR/REC-xml-names/

    View Source

    Xsd

    XML 1.0 Schema namespace.

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

    See http://www.w3.org/TR/xmlschema-1/

    View Source

    Xsi

    XML Schema instance namespace.

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

    See http://www.w3.org/TR/xmlschema-1/

    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • Xml
      • XmlNs
      • XmlNsPrefix
      • Xsd
      • Xsi
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX