OSXMLGroupDesc Struct Reference
OSXMLGroupDesc describes how entries in an OSXMLElemIDRec array make up a group. More...
#include <osrtxml.h>
Data Fields | |
int | row |
int | num |
int | anyCase |
Detailed Description
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.
Definition at line 142 of file osrtxml.h.
The documentation for this struct was generated from the following file: