Home
last modified time | relevance | path

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

/external/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…
/external/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">
/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.c676 int minOccurs; member
4223 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump()
4224 fprintf(output, " min %d ", elem->minOccurs); in xmlSchemaElementDump()
4360 if (particle->minOccurs != 1) in xmlSchemaContentModelDump()
4361 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump()
5561 ret->minOccurs = min; in xmlSchemaAddParticle()
6878 int minOccurs, in xmlSchemaPCheckParticleCorrect_2() argument
6881 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2()
6903 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2()
11352 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup()
[all …]
Dxmlschemastypes.c357 int minOccurs; member
385 ret->minOccurs = 1; in xmlSchemaAddParticle()
438 particle->minOccurs = 0; in xmlSchemaInitTypes()
DNEWS744 571271 fix semantic of xsd:all with minOccurs=0 (Daniel Veillard),
DChangeLog6964 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/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