Home
last modified time | relevance | path

Searched refs:minOccurs (Results 1 – 11 of 11) sorted by relevance

/third_party/libxml2/result/schemas/
Dsrc-element2-2_0_0.err4 ….w3.org/2001/XMLSchema}element', attribute 'type': Only the attributes 'minOccurs', 'maxOccurs' an…
5 …org/2001/XMLSchema}element', attribute 'nillable': Only the attributes 'minOccurs', 'maxOccurs' an…
6 ….org/2001/XMLSchema}element', attribute 'default': Only the attributes 'minOccurs', 'maxOccurs' an…
7 …w3.org/2001/XMLSchema}element', attribute 'fixed': Only the attributes 'minOccurs', 'maxOccurs' an…
8 ….w3.org/2001/XMLSchema}element', attribute 'form': Only the attributes 'minOccurs', 'maxOccurs' an…
9 …w3.org/2001/XMLSchema}element', attribute 'block': Only the attributes 'minOccurs', 'maxOccurs' an…
Delement-err_0_0.err3 …or : Element '{http://www.w3.org/2001/XMLSchema}element': The attribute 'minOccurs' is not allowed.
9 …error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'minOccurs': The value must…
11 …org/2001/XMLSchema}element', attribute 'abstract': Only the attributes 'minOccurs', 'maxOccurs' an…
/third_party/libxml2/test/schemas/
Dbug310264_0.xsd9 <xs:sequence minOccurs="2" maxOccurs="4">
10 <xs:sequence minOccurs="19" maxOccurs="20">
D570702_0.xsd6 <xs:element name="dn_length" minOccurs="0">
17 <xs:element name="destroy" type="xs:byte" minOccurs="0">
/third_party/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
/third_party/libxml2/fuzz/
Dschema.dict30 occurs_min=" minOccurs='1'"
/third_party/libxml2/
Dxmlschemas.c676 int minOccurs; member
4268 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump()
4269 fprintf(output, " min %d ", elem->minOccurs); in xmlSchemaElementDump()
4405 if (particle->minOccurs != 1) in xmlSchemaContentModelDump()
4406 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump()
5606 ret->minOccurs = min; in xmlSchemaAddParticle()
6929 int minOccurs, in xmlSchemaPCheckParticleCorrect_2() argument
6932 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2()
6954 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2()
11403 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup()
[all …]
Dxmlschemastypes.c357 int minOccurs; member
385 ret->minOccurs = 1; in xmlSchemaAddParticle()
438 particle->minOccurs = 0; in xmlSchemaInitTypes()
DNEWS1670 571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard),
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle421 d minOccurs like(xmlCint) Deprecated; not used
761 d minOccurs like(xmlCint) Deprecated; not used
945 d minOccurs like(xmlCint) Deprecated; not used
/third_party/chromium/patch/
D0001-cve.patch81559 - which have a minOccurs of 0 (bug 140478 again); cleaned up
82580 - * xmlschemas.c: added tests for xs:all to assure minOccurs
85151 - holding minOccurs="0"
88185 - implementing xs:all with minOccurs = 0