Searched refs:minOccurs (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | schemasInternals.h | 312 int minOccurs; /* Deprecated; not used */ member 613 int minOccurs; /* Deprecated; not used */ member 776 int minOccurs; /* Deprecated; not used */ member
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 312 int minOccurs; /* Deprecated; not used */ member 613 int minOccurs; /* Deprecated; not used */ member 776 int minOccurs; /* Deprecated; not used */ member
|
/external/libxml2/ |
D | xmlschemas.c | 668 int minOccurs; member 4173 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump() 4174 fprintf(output, " min %d ", elem->minOccurs); in xmlSchemaElementDump() 4310 if (particle->minOccurs != 1) in xmlSchemaContentModelDump() 4311 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump() 5506 ret->minOccurs = min; in xmlSchemaAddParticle() 6817 int minOccurs, in xmlSchemaPCheckParticleCorrect_2() argument 6820 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2() 6842 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2() 11292 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup() [all …]
|
D | xmlschemastypes.c | 348 int minOccurs; member 376 ret->minOccurs = 1; in xmlSchemaAddParticle() 429 particle->minOccurs = 0; in xmlSchemaInitTypes()
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemas.c | 668 int minOccurs; member 4173 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump() 4174 fprintf(output, " min %d ", elem->minOccurs); in xmlSchemaElementDump() 4310 if (particle->minOccurs != 1) in xmlSchemaContentModelDump() 4311 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump() 5506 ret->minOccurs = min; in xmlSchemaAddParticle() 6817 int minOccurs, in xmlSchemaPCheckParticleCorrect_2() argument 6820 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2() 6842 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2() 11292 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup() [all …]
|
D | xmlschemastypes.c | 348 int minOccurs; member 376 ret->minOccurs = 1; in xmlSchemaAddParticle() 429 particle->minOccurs = 0; in xmlSchemaInitTypes()
|
D | NEWS | 114 571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard),
|
D | ChangeLog | 6964 which have a minOccurs of 0 (bug 140478 again); cleaned up 7985 * xmlschemas.c: added tests for xs:all to assure minOccurs 10556 holding minOccurs="0" 13590 implementing xs:all with minOccurs = 0
|
/external/skia/src/animator/ |
D | SkAnimateSchema.xsd | 990 <xs:choice minOccurs="0" maxOccurs="1"> 995 <xs:choice minOccurs="0" maxOccurs="1"> 1121 <xs:element ref="Sk:image" minOccurs="0" /> 1122 <xs:element ref="Sk:matrix" minOccurs="0" /> 1210 <xs:choice minOccurs="0" maxOccurs="1"> 1540 <xs:element ref="Sk:path" minOccurs="0" /> 2721 <xs:element ref="Sk:text" minOccurs="0" /> 2722 <xs:element ref="Sk:path" minOccurs="0" /> 2740 <xs:element ref="Sk:text" minOccurs="0" /> 2741 <xs:element ref="Sk:paint" minOccurs="0" /> [all …]
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkAnimateSchema.xsd | 990 <xs:choice minOccurs="0" maxOccurs="1"> 995 <xs:choice minOccurs="0" maxOccurs="1"> 1121 <xs:element ref="Sk:image" minOccurs="0" /> 1122 <xs:element ref="Sk:matrix" minOccurs="0" /> 1210 <xs:choice minOccurs="0" maxOccurs="1"> 1540 <xs:element ref="Sk:path" minOccurs="0" /> 2721 <xs:element ref="Sk:text" minOccurs="0" /> 2722 <xs:element ref="Sk:path" minOccurs="0" /> 2740 <xs:element ref="Sk:text" minOccurs="0" /> 2741 <xs:element ref="Sk:paint" minOccurs="0" /> [all …]
|