Liquid XML Data Binder (C++, Java, VB6) / Examples / Cardinality / Example Usage / Minimally populated / VB.Net Sample : Cardinality
In This Topic
    VB.Net Sample : Cardinality
    In This Topic
    Schema Summary
    This sample shows how to deal with mandatory, optional and collections of elements.

    Schema Details


    Sample Description
    The sample demonstrates how to read and write from optional, mandatory and collections of elements, when only the bare minimum of data is included in the XML document.

    Sample XML File

     Sample2.xml

    Sample Code
     Read Sample
     Write Sample

    XSD Source Files
     Cardinality.xsd
     Schema Diagrams

    Generated Files
     MyRootObject.vb
     AComplexCollectionElement.vb
     AComplexMandatoryElement.vb
     AComplexOptionalElement.vb

    Main Menu Samples List