Searched defs:_xmlSchemaParticle (Results 1 – 4 of 4) sorted by relevance
343 struct _xmlSchemaParticle { struct344 xmlSchemaTypeType type;345 xmlSchemaAnnotPtr annot;346 xmlSchemaTreeItemPtr next;347 xmlSchemaTreeItemPtr children;348 int minOccurs;349 int maxOccurs;350 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;