Home
last modified time | relevance | path

Searched refs:maxOccurs (Results 1 – 15 of 15) sorted by relevance

/third_party/libxml2/result/schemas/
Dsrc-element2-2_0_0.err1 …error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'maxOccurs': The value must…
4 …XMLSchema}element', attribute 'type': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are al…
5 …chema}element', attribute 'nillable': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are al…
6 …Schema}element', attribute 'default': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are al…
7 …MLSchema}element', attribute 'fixed': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are al…
8 …XMLSchema}element', attribute 'form': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are al…
9 …MLSchema}element', attribute 'block': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are al…
Delement-err_0_0.err4 …or : Element '{http://www.w3.org/2001/XMLSchema}element': The attribute 'maxOccurs' is not allowed.
9 …chema}element', attribute 'minOccurs': The value must not be greater than the value of 'maxOccurs'.
11 …chema}element', attribute 'abstract': Only the attributes 'minOccurs', 'maxOccurs' and 'id' are al…
13 …error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'maxOccurs': The value must…
Delement-minmax-err_0_0.err1 …error : Element '{http://www.w3.org/2001/XMLSchema}element', attribute 'maxOccurs': The value must…
/third_party/libxml2/test/schemas/
Dbug310264_0.xsd9 <xs:sequence minOccurs="2" maxOccurs="4">
10 <xs:sequence minOccurs="19" maxOccurs="20">
D570702_0.xsd5 <xs:sequence maxOccurs="3">
/third_party/libxml2/fuzz/
Dschema.dict31 occurs_max=" maxOccurs='9'"
32 occurs_max_unbounded=" maxOccurs='unbounded'"
/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h341 int maxOccurs; /* Deprecated; not used */ member
642 int maxOccurs; /* Deprecated; not used */ member
805 int maxOccurs; /* Deprecated; not used */ member
Dxmlschemas.c706 int maxOccurs; member
4252 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump()
4254 if (elem->maxOccurs >= UNBOUNDED) in xmlSchemaElementDump()
4256 else if (elem->maxOccurs != 1) in xmlSchemaElementDump()
4257 fprintf(output, "max: %d\n", elem->maxOccurs); in xmlSchemaElementDump()
4391 if (particle->maxOccurs >= UNBOUNDED) in xmlSchemaContentModelDump()
4393 else if (particle->maxOccurs != 1) in xmlSchemaContentModelDump()
4394 fprintf(output, " max: %d", particle->maxOccurs); in xmlSchemaContentModelDump()
5591 ret->maxOccurs = max; in xmlSchemaAddParticle()
6908 int maxOccurs) { in xmlSchemaPCheckParticleCorrect_2() argument
[all …]
Dxmlschemastypes.c387 int maxOccurs; member
415 ret->maxOccurs = 1; in xmlSchemaAddParticle()
468 particle->maxOccurs = UNBOUNDED; in xmlSchemaInitTypes()
/third_party/libxml2/include/libxml/
DschemasInternals.h313 int maxOccurs; /* Deprecated; not used */ member
614 int maxOccurs; /* Deprecated; not used */ member
777 int maxOccurs; /* Deprecated; not used */ member
/third_party/libxml2/
Dxmlschemas.c677 int maxOccurs; member
4262 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump()
4264 if (elem->maxOccurs >= UNBOUNDED) in xmlSchemaElementDump()
4266 else if (elem->maxOccurs != 1) in xmlSchemaElementDump()
4267 fprintf(output, "max: %d\n", elem->maxOccurs); in xmlSchemaElementDump()
4401 if (particle->maxOccurs >= UNBOUNDED) in xmlSchemaContentModelDump()
4403 else if (particle->maxOccurs != 1) in xmlSchemaContentModelDump()
4404 fprintf(output, " max: %d", particle->maxOccurs); in xmlSchemaContentModelDump()
5601 ret->maxOccurs = max; in xmlSchemaAddParticle()
6924 int maxOccurs) { in xmlSchemaPCheckParticleCorrect_2() argument
[all …]
Dxmlschemastypes.c358 int maxOccurs; member
386 ret->maxOccurs = 1; in xmlSchemaAddParticle()
439 particle->maxOccurs = UNBOUNDED; in xmlSchemaInitTypes()
DChangeLog6124 Expanded validity checks for min/maxOccurs attributes.
7986 and maxOccurs <= 1 (Bug 130020)
/third_party/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle422 d maxOccurs like(xmlCint) Deprecated; not used
762 d maxOccurs like(xmlCint) Deprecated; not used
946 d maxOccurs like(xmlCint) Deprecated; not used
/third_party/mingw-w64/mingw-w64-headers/include/
Dmsxml2.h5633 virtual HRESULT WINAPI get_maxOccurs(VARIANT *maxOccurs) = 0;
5653 HRESULT (WINAPI *get_maxOccurs)(ISchemaParticle *This,VARIANT *maxOccurs);
5675 #define ISchemaParticle_get_maxOccurs(This,maxOccurs) (This)->lpVtbl->get_maxOccurs(This,maxOccurs) argument
5680 HRESULT WINAPI ISchemaParticle_get_maxOccurs_Proxy(ISchemaParticle *This,VARIANT *maxOccurs);
5798 HRESULT (WINAPI *get_maxOccurs)(ISchemaElement *This,VARIANT *maxOccurs);
5831 #define ISchemaElement_get_maxOccurs(This,maxOccurs) (This)->lpVtbl->get_maxOccurs(This,maxOccurs) argument
6199 HRESULT (WINAPI *get_maxOccurs)(ISchemaModelGroup *This,VARIANT *maxOccurs);
6222 #define ISchemaModelGroup_get_maxOccurs(This,maxOccurs) (This)->lpVtbl->get_maxOccurs(This,maxOccur… argument
6257 HRESULT (WINAPI *get_maxOccurs)(ISchemaAny *This,VARIANT *maxOccurs);
6281 #define ISchemaAny_get_maxOccurs(This,maxOccurs) (This)->lpVtbl->get_maxOccurs(This,maxOccurs) argument