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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DschemasInternals.h312 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaWildcard
613 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaType
776 int minOccurs; /* Deprecated; not used */ member in struct:_xmlSchemaElement
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c348 int minOccurs; member in struct:_xmlSchemaParticle
H A Dxmlschemas.c660 int minOccurs; member in struct:_xmlSchemaParticle
6805 xmlSchemaPCheckParticleCorrect_2(xmlSchemaParserCtxtPtr ctxt, xmlSchemaParticlePtr item ATTRIBUTE_UNUSED, xmlNodePtr node, int minOccurs, int maxOccurs) argument
12575 int minOccurs = particle->minOccurs < 1 ? 0 : particle->minOccurs - 1; local
12640 int minOccurs = particle->minOccurs < 1 ? local
12731 int minOccurs = local
12908 int minOccurs = local
[all...]

Completed in 132 milliseconds