Searched defs:_xmlSchemaParticle (Results 1 – 2 of 2) sorted by relevance
350 struct _xmlSchemaParticle { struct351 xmlSchemaTypeType type;352 xmlSchemaAnnotPtr annot;353 xmlSchemaTreeItemPtr next;354 xmlSchemaTreeItemPtr children;355 int minOccurs;356 int maxOccurs;357 xmlNodePtr node;
682 struct _xmlSchemaParticle { struct683 xmlSchemaTypeType type;684 xmlSchemaAnnotPtr annot;685 xmlSchemaTreeItemPtr next; /* next particle */686 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,689 int minOccurs;690 int maxOccurs;691 xmlNodePtr node;