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 SourceFDO
FDO (Feature Data Objects) namespace
Declaration
public const string FDO = "http://fdo.osgeo.org/schemas"
Field Value
Type | Description |
---|---|
System.String |
FDS
FDS namespace
Declaration
public const string FDS = "http://fdo.osgeo.org/schemas/fds"
Field Value
Type | Description |
---|---|
System.String |
GML
GML (Geography Markup Language) namespace
Declaration
public const string GML = "http://www.opengis.net/gml"
Field Value
Type | Description |
---|---|
System.String |
XLINK
XLink namespace
Declaration
public const string XLINK = "http://www.w3.org/1999/xlink"
Field Value
Type | Description |
---|---|
System.String |
XS
XML Schema namespace
Declaration
public const string XS = "http://www.w3.org/2001/XMLSchema"
Field Value
Type | Description |
---|---|
System.String |
XSI
XML Schema Instance namespace
Declaration
public const string XSI = "http://www.w3.org/2001/XMLSchema-instance"
Field Value
Type | Description |
---|---|
System.String |