Home
last modified time | relevance | path

Searched defs:maxOccurs (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h313 int maxOccurs; /* Deprecated; not used */ member
614 int maxOccurs; /* Deprecated; not used */ member
777 int maxOccurs; /* Deprecated; not used */ member
/external/libxml2/
Dxmlschemas.c677 int maxOccurs; member
6879 int maxOccurs) { in xmlSchemaPCheckParticleCorrect_2()
12669 int maxOccurs = particle->maxOccurs == UNBOUNDED ? in xmlSchemaBuildContentModelForSubstGroup() local
12744 int maxOccurs = particle->maxOccurs == UNBOUNDED ? in xmlSchemaBuildContentModelForElement() local
12841 int maxOccurs = in xmlSchemaBuildAContentModel() local
13044 int maxOccurs = particle->maxOccurs == UNBOUNDED ? in xmlSchemaBuildAContentModel() local
Dxmlschemastypes.c358 int maxOccurs; member