Searched defs:_xmlSchemaParticle (Results 1 – 2 of 2) sorted by relevance
352 struct _xmlSchemaParticle { struct353 xmlSchemaTypeType type;354 xmlSchemaAnnotPtr annot;355 xmlSchemaTreeItemPtr next;356 xmlSchemaTreeItemPtr children;357 int minOccurs;358 int maxOccurs;359 xmlNodePtr node;
669 struct _xmlSchemaParticle { struct670 xmlSchemaTypeType type;671 xmlSchemaAnnotPtr annot;672 xmlSchemaTreeItemPtr next; /* next particle */673 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,676 int minOccurs;677 int maxOccurs;678 xmlNodePtr node;