Home
last modified time | relevance | path

Searched defs:_xmlSchemaParticle (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libxml2/
H A Dxmlschemastypes.c439 struct _xmlSchemaParticle { struct
440 xmlSchemaTypeType type;
441 xmlSchemaAnnotPtr annot;
442 xmlSchemaTreeItemPtr next;
443 xmlSchemaTreeItemPtr children;
444 int minOccurs;
445 int maxOccurs;
446 xmlNodePtr node;
H A Dxmlschemas.c661 struct _xmlSchemaParticle { struct
662 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;