Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / XmlSerializationContext / VB6 AdditionalRootAttributes - XmlSerializationContext
In This Topic
    VB6 AdditionalRootAttributes - XmlSerializationContext
    In This Topic
    AttributeCol AdditionalRootAttributes
      Property Description  
        Property Name AdditionalRootAttributes  
        Property Type CAttributeColPtr  
        Accessors Read Only  
        Description Allows additional root elements to be specified.  
        Remarks In the sample a single element was added, allowing the schemaLocation attribute to be added.

    <?xml version="1.0"?>
    <purchaseReport xmlns="http://www.example.com/Report"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.example.com/Report
    http://www.example.com/Report.xsd">