The RuleReference structure defines a single rule reference, including the system name and rereference identifier.
typedef struct _RuleReference { char *systemName; char *refIdentifier; } RuleReference;