Searched defs:_xmlSchemaParticle (Results 1 – 2 of 2) sorted by relevance
439 struct _xmlSchemaParticle { struct440 xmlSchemaTypeType type;441 xmlSchemaAnnotPtr annot;442 xmlSchemaTreeItemPtr next;443 xmlSchemaTreeItemPtr children;444 int minOccurs;445 int maxOccurs;446 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;