Search Results for

    Show / Hide Table of Contents

    Class XmlNamespaces

    A set of XML namespaces commonly used in FDO XML documents

    Inheritance
    System.Object
    XmlNamespaces
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.ObjectModels
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public static class XmlNamespaces

    Fields

    | Improve this Doc View Source

    FDO

    FDO (Feature Data Objects) namespace

    Declaration
    public const string FDO = "http://fdo.osgeo.org/schemas"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    FDS

    FDS namespace

    Declaration
    public const string FDS = "http://fdo.osgeo.org/schemas/fds"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    GML

    GML (Geography Markup Language) namespace

    Declaration
    public const string GML = "http://www.opengis.net/gml"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    XLINK

    XLink namespace

    Declaration
    public const string XLINK = "http://www.w3.org/1999/xlink"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    XS

    XML Schema namespace

    Declaration
    public const string XS = "http://www.w3.org/2001/XMLSchema"
    Field Value
    Type Description
    System.String
    | Improve this Doc 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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng