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.c669 int maxOccurs; member
6839 int maxOccurs) { in xmlSchemaPCheckParticleCorrect_2()
12630 int maxOccurs = particle->maxOccurs == UNBOUNDED ? in xmlSchemaBuildContentModelForSubstGroup() local
12705 int maxOccurs = particle->maxOccurs == UNBOUNDED ? in xmlSchemaBuildContentModelForElement() local
12802 int maxOccurs = in xmlSchemaBuildAContentModel() local
13005 int maxOccurs = particle->maxOccurs == UNBOUNDED ? in xmlSchemaBuildAContentModel() local
Dxmlschemastypes.c353 int maxOccurs; member