Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkExtraPathEffects.xsd9 <xs:choice maxOccurs="1">
19 <xs:choice maxOccurs="1">
DSkAnimateSchema.xsd990 <xs:choice minOccurs="0" maxOccurs="1">
995 <xs:choice minOccurs="0" maxOccurs="1">
1210 <xs:choice minOccurs="0" maxOccurs="1">
1345 <xs:choice maxOccurs="unbounded" >
1443 <xs:choice maxOccurs="unbounded" >
1571 <xs:choice maxOccurs="unbounded">
1625 <xs:choice maxOccurs="1">
1636 <xs:choice maxOccurs="2">
1765 <xs:choice maxOccurs="unbounded">
1802 <xs:choice maxOccurs="unbounded">
[all …]
/external/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
/external/libxml2/
Dxmlschemas.c669 int maxOccurs; member
4173 if ((elem->minOccurs != 1) || (elem->maxOccurs != 1)) { in xmlSchemaElementDump()
4175 if (elem->maxOccurs >= UNBOUNDED) in xmlSchemaElementDump()
4177 else if (elem->maxOccurs != 1) in xmlSchemaElementDump()
4178 fprintf(output, "max: %d\n", elem->maxOccurs); in xmlSchemaElementDump()
4312 if (particle->maxOccurs >= UNBOUNDED) in xmlSchemaContentModelDump()
4314 else if (particle->maxOccurs != 1) in xmlSchemaContentModelDump()
4315 fprintf(output, " max: %d", particle->maxOccurs); in xmlSchemaContentModelDump()
5507 ret->maxOccurs = max; in xmlSchemaAddParticle()
6818 int maxOccurs) { in xmlSchemaPCheckParticleCorrect_2() argument
[all …]
Dxmlschemastypes.c349 int maxOccurs; member
377 ret->maxOccurs = 1; in xmlSchemaAddParticle()
430 particle->maxOccurs = UNBOUNDED; in xmlSchemaInitTypes()