The StandardXML is the XML structure used to describe principally tabular row-oriented data sets.
- ResultSet
- Attributes
- tableName
- formatName
- className
- Elements
- row
- Attributes
- operation : default is any.
- recordType
- Attributes
- fieldName
- Attributes
- discard : true / false. default is false
- isPrimaryKey : true / false, default is false
- dataType : string | char | varchar / ifloat | float | decimal / date / datetime / time / integer | serial | smallint, default is string
- format of dataType="date" is %Y-%m-%d
- format of dataType="datetime" is %Y-%m-%d %H:%M:%S
- format of dataType="time" is %H:%M:%S if the length of the value is greater than four characters, otherwise the format of the value is %H:%M
- isNull : true / false, default is false
- isBase64 : true / false, default is false
- The text of the element is the representation of the fields value, unless isNull="true" in which case any text within the element is ignored.