Skip to content
Doug Bird edited this page Oct 23, 2015 · 6 revisions

#Flat XML Object An XML Namespace

Namespace for nodes and attributes related to an object represented by a flat xml document.

All nodes in this namespace specify actual object node names and values, rather than specifying object metadata.

For describing object metadata, see https://github.com/katmore/flat/wiki/xmlns-extxs.

See https://github.com/katmore/flat/wiki/xmlns for flat xmlns specification details.

generic 'data' nodes

nodes with the name "data" must use flat's xsi methodology to describe values.

  • <data xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:type="xs:string">My String</data>
Clone this wiki locally