XBinder XML Runtime
XBinder Version 3.0.x
|
OSXMLGroupDesc describes how entries in an OSXMLElemIDRec array make up a group. More...
#include <osrtxml.h>
Public Attributes | |
int | row |
int | num |
int | anyCase |
OSXMLGroupDesc describes how entries in an OSXMLElemIDRec array make up a group.
Here, "group" means a set of elements, any of which may be matched next. This does not correspond directly to an XSD group.
For example, if elementA is optional and followed by non-optional elementB, then there will be a group that contains both elements. There will also be a group that contains only elementB; this will be the group of interest after elementA is matched.