Values_2.UpdateXMLClassifierRequestSourceSpecifies an XML classifier to be updated.
type nonrec t = {name : Values_0.NameString.t;The name of the classifier.
*)classification : Values_1.Classification.t option;An identifier of the data format that the classifier matches.
*)rowTag : Values_1.RowTag.t option;The XML tag designating the element that contains each record in an XML document being parsed. This cannot identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).
*)}