Searched defs:_xmlSchemaParticle (Results 1 – 2 of 2) sorted by relevance
347 struct _xmlSchemaParticle { struct348 xmlSchemaTypeType type;349 xmlSchemaAnnotPtr annot;350 xmlSchemaTreeItemPtr next;351 xmlSchemaTreeItemPtr children;352 int minOccurs;353 int maxOccurs;354 xmlNodePtr node;
661 struct _xmlSchemaParticle { struct662 xmlSchemaTypeType type;663 xmlSchemaAnnotPtr annot;664 xmlSchemaTreeItemPtr next; /* next particle */665 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,668 int minOccurs;669 int maxOccurs;670 xmlNodePtr node;