Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h312 int minOccurs; /* Deprecated; not used */ member
613 int minOccurs; /* Deprecated; not used */ member
776 int minOccurs; /* Deprecated; not used */ member
/external/libxml2/
Dxmlschemas.c668 int minOccurs; member
6817 int minOccurs, in xmlSchemaPCheckParticleCorrect_2()
12592 int minOccurs = particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; in xmlSchemaBuildContentModelForSubstGroup() local
12657 int minOccurs = particle->minOccurs < 1 ? in xmlSchemaBuildContentModelForElement() local
12748 int minOccurs = in xmlSchemaBuildAContentModel() local
12925 int minOccurs = in xmlSchemaBuildAContentModel() local
Dxmlschemastypes.c348 int minOccurs; member