/third_party/libxml2/result/schemas/ |
D | src-element2-2_0_0.err | 4 ….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…
|
D | element-err_0_0.err | 3 …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/ |
D | bug310264_0.xsd | 9 <xs:sequence minOccurs="2" maxOccurs="4"> 10 <xs:sequence minOccurs="19" maxOccurs="20">
|
D | 570702_0.xsd | 6 <xs:element name="dn_length" minOccurs="0"> 17 <xs:element name="destroy" type="xs:byte" minOccurs="0">
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | schemasInternals.in.h | 340 int minOccurs; /* Deprecated; not used */ member 641 int minOccurs; /* Deprecated; not used */ member 804 int minOccurs; /* Deprecated; not used */ member
|
D | xmlschemas.c | 705 int minOccurs; member 4252 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump() 4253 fprintf(output, " min %d ", elem->minOccurs); in xmlSchemaElementDump() 4389 if (particle->minOccurs != 1) in xmlSchemaContentModelDump() 4390 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump() 5590 ret->minOccurs = min; in xmlSchemaAddParticle() 6907 int minOccurs, in xmlSchemaPCheckParticleCorrect_2() argument 6910 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2() 6932 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2() 11381 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup() [all …]
|
D | xmlschemastypes.c | 386 int minOccurs; member 414 ret->minOccurs = 1; in xmlSchemaAddParticle() 467 particle->minOccurs = 0; in xmlSchemaInitTypes()
|
/third_party/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
|
/third_party/libxml2/fuzz/ |
D | schema.dict | 30 occurs_min=" minOccurs='1'"
|
/third_party/libxml2/ |
D | xmlschemas.c | 676 int minOccurs; member 4262 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump() 4263 fprintf(output, " min %d ", elem->minOccurs); in xmlSchemaElementDump() 4399 if (particle->minOccurs != 1) in xmlSchemaContentModelDump() 4400 fprintf(output, " min: %d", particle->minOccurs); in xmlSchemaContentModelDump() 5600 ret->minOccurs = min; in xmlSchemaAddParticle() 6923 int minOccurs, in xmlSchemaPCheckParticleCorrect_2() argument 6926 if ((maxOccurs == 0) && ( minOccurs == 0)) in xmlSchemaPCheckParticleCorrect_2() 6948 } else if (minOccurs > maxOccurs) { in xmlSchemaPCheckParticleCorrect_2() 11397 if (part->minOccurs > 1) { in xmlSchemaParseModelGroup() [all …]
|
D | xmlschemastypes.c | 357 int minOccurs; member 385 ret->minOccurs = 1; in xmlSchemaAddParticle() 438 particle->minOccurs = 0; in xmlSchemaInitTypes()
|
D | NEWS | 1187 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
|
/third_party/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 421 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/mingw-w64/mingw-w64-headers/include/ |
D | msxml2.h | 5632 virtual HRESULT WINAPI get_minOccurs(VARIANT *minOccurs) = 0; 5652 HRESULT (WINAPI *get_minOccurs)(ISchemaParticle *This,VARIANT *minOccurs); 5674 #define ISchemaParticle_get_minOccurs(This,minOccurs) (This)->lpVtbl->get_minOccurs(This,minOccurs) argument 5678 HRESULT WINAPI ISchemaParticle_get_minOccurs_Proxy(ISchemaParticle *This,VARIANT *minOccurs); 5797 HRESULT (WINAPI *get_minOccurs)(ISchemaElement *This,VARIANT *minOccurs); 5830 #define ISchemaElement_get_minOccurs(This,minOccurs) (This)->lpVtbl->get_minOccurs(This,minOccurs) argument 6198 HRESULT (WINAPI *get_minOccurs)(ISchemaModelGroup *This,VARIANT *minOccurs); 6221 #define ISchemaModelGroup_get_minOccurs(This,minOccurs) (This)->lpVtbl->get_minOccurs(This,minOccur… argument 6256 HRESULT (WINAPI *get_minOccurs)(ISchemaAny *This,VARIANT *minOccurs); 6280 #define ISchemaAny_get_minOccurs(This,minOccurs) (This)->lpVtbl->get_minOccurs(This,minOccurs) argument
|