aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/compositors/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/compositors/README')
-rw-r--r--examples/cxx/hybrid/compositors/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/cxx/hybrid/compositors/README b/examples/cxx/hybrid/compositors/README
new file mode 100644
index 0000000..b02a023
--- /dev/null
+++ b/examples/cxx/hybrid/compositors/README
@@ -0,0 +1,28 @@
+This example shows how to create, access, and modify object models with
+complex nested choice and sequence compositors in the Embedded C++/Hybrid
+mapping.
+
+For more information about nested compositors see Section 4.4, "Compositors"
+in the Embedded C++/Hybrid Mapping Getting Started Guide.
+
+
+The example consists of the following files:
+
+compositors.xsd
+ XML Schema which defines a number of types with nested compositors.
+
+compositors.hxx
+compositors.cxx
+
+ Object model classes. These are generated by the XSD/e compiler from
+ compositors.xsd.
+
+driver.cxx
+ Driver for the example. It shows how to create, access, and modify object
+ models that use nested choice and sequence compositors. The driver does
+ not produce any output.
+
+
+To run the example simply execute:
+
+$ ./driver