Home
last modified time | relevance | path

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

/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.c668 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 …]
Dxmlschemastypes.c348 int minOccurs; member
376 ret->minOccurs = 1; in xmlSchemaAddParticle()
429 particle->minOccurs = 0; in xmlSchemaInitTypes()
/external/skia/src/animator/
DSkAnimateSchema.xsd990 <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 …]