Liquid XML Data Binder (C++, Java, VB6) / Main Sample List
In This Topic
    Main Sample List
    In This Topic

    Samples By Name

    Name Description
    Cardinality This sample shows how to deal with mandatory, optional and collections of elements.
    Derived By Extension This sample shows how a complex type may be extended, and how the base and extended types can be manipulated in code.
    Simple All This sample shows an element containing an 'all' group of simple elements. All the elements must appear, but in any order.
    Simple Choice This sample shows an element containing a choice of simple elements. One and only one child element may be provided.
    Simple Hierarchy This sample shows a number of elements within a Hierarchy. It includes local (anonymous) & global complex types. It also shows how collections are manipulated within sequences & choices.
    Simple Sequence This sample shows an element containing a sequence of simple elements and attributes.
    Music Store This sample shows how a to use the generated code to implement a simple request response (client/server) application.