-
Notifications
You must be signed in to change notification settings - Fork 2
xmlns object
Doug Bird edited this page May 30, 2018
·
6 revisions
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.
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>