Searched defs:_xmlSchemaParticle (Results 1 – 2 of 2) sorted by relevance
443 struct _xmlSchemaParticle { struct444 xmlSchemaTypeType type;445 xmlSchemaAnnotPtr annot;446 xmlSchemaTreeItemPtr next;447 xmlSchemaTreeItemPtr children;448 int minOccurs;449 int maxOccurs;450 xmlNodePtr node;
675 struct _xmlSchemaParticle { struct676 xmlSchemaTypeType type;677 xmlSchemaAnnotPtr annot;678 xmlSchemaTreeItemPtr next; /* next particle */679 xmlSchemaTreeItemPtr children; /* the "term" (e.g. a model group,682 int minOccurs;683 int maxOccurs;684 xmlNodePtr node;