Meego Wiki
Views

AgileBrowser/ABXML

From MeeGo wiki
< AgileBrowser(Difference between revisions)
Jump to: navigation, search
(Created page with "== Introduction == Elements are described with tag name '''e''', dependencies (or ''relationships'') with tag name '''r''' and attributes with tag name '''a'''. Dependencies are ...")
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
== Introduction ==
 
-
Elements are described with tag name '''e''', dependencies (or ''relationships'') with tag name '''r''' and attributes with tag name '''a'''. Dependencies are directed and declared in the source side. The target of the dependency is referred with numeric id to keep format compact. Those elements that are not associated with incoming dependencies do not need numeric identifiers, like in the example below.
 
-
== Example ==
+
Moved to [[AgileBrowser/FullUserGuide/ABXML]]
-
Refer to [AgileBrowser/Deps] for clarification.
+
-
 
+
-
<?xml version='1.0' encoding='UTF-8'?>
+
-
<model version="2.0">
+
-
  <elements t="architecture">
+
-
    <a n="model_creation_time" v="2011-01-17T15:13:32.810000+02:00" />
+
-
    <e n="Applications">
+
-
      <e n="FooApp" t="QMLApp">
+
-
        <r r="1" t="uses"/>
+
-
      </e>
+
-
    </e>
+
-
    <e n="System">
+
-
      <e i="1" n="baz">
+
-
        <a n="license" v="LGPL"/>
+
-
      </e>
+
-
    </e>
+
-
  </elements>
+
-
</model>
+

Latest revision as of 08:41, 29 November 2011

Moved to AgileBrowser/FullUserGuide/ABXML

Personal tools