====== Orbit XML File ====== An Orbit XML File (*.oxf) is Orbit's xml vector file storage format: XML stands for 'Extensible Markup Language' which is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. More information can be found at [[http://en.wikipedia.org/wiki/XML|wikipedia]] or [[http://www.w3.org/XML/|W3]]. \\ An OXF stores both spatial information (geometry) and attribute information. \\ \\ ===== Structure ===== An Orbit XML File is similar to an Orbit Vector File: * one Dataset contains one or more Models * each Model has a unique Spatial Component (points, lines, or areas) and unique Attribute Component * each Attribute Component contains one or more Attributes grouped by one or more Attribute Sets * each Attribute can have one or more values \\ ===== Reasons to use ===== * uses the XML format which is both human and machine readable * takes advantage of the extended structure capabilities of the original OVF ===== Create ===== On OXF file can be created by exporting a dataset, see [[112:orbit_desktop:datasetlist:dataset:context_menu|]]. ===== Legend and Georeference ===== The OXF can be accompanied by * an [[112:technologies:resources:other:olg|Orbit Legend file]] (*.olg) to define the legend or presentation of the resource in Orbit. * an [[112:technologies:resources:other:ord|Orbit Resource Description file]] (*.ord) or a [[112:technologies:resources:other:prj|projection file]] (*.prj) to define the coordinate reference system of the resource in Orbit. \\ \\ ===== Example ===== ... ... ... ... ... ...