Fields Collection (XMLTable)

Each XMLTable object contains, at most, a single Fields collection containing XMLField objects. Each XMLField represents the structure of a field that is meaningful to Visual FoxPro.

When an XMLAdapter object analyzes XML by executing its LoadXML or Attach methods, it factors the contained XML schema into one or more XMLTable objects and corresponding XMLField objects. Visual FoxPro translates the XML schema for each field, creates corresponding XMLField objects, and adds them to the XMLTable Fields collection.

XMLTable.Fields

See Also

Reference

XMLTable Object Properties, Methods, and Events
XMLAdapter Class
LoadXML Method
Attach Method (Visual FoxPro)
XMLTable Class
XMLField Class

Other Resources

Objects, Collections, and Classes