Lines Matching refs:IS_SCHEMA

316 #define IS_SCHEMA(node, type) \  macro
6488 while ((IS_SCHEMA((*child), "attribute")) || in xmlSchemaParseLocalAttributes()
6489 (IS_SCHEMA((*child), "attributeGroup"))) { in xmlSchemaParseLocalAttributes()
6490 if (IS_SCHEMA((*child), "attribute")) { in xmlSchemaParseLocalAttributes()
6565 if (IS_SCHEMA(child, "appinfo")) { in xmlSchemaParseAnnotation()
6587 } else if (IS_SCHEMA(child, "documentation")) { in xmlSchemaParseAnnotation()
6668 if (IS_SCHEMA(node, "minInclusive")) { in xmlSchemaParseFacet()
6670 } else if (IS_SCHEMA(node, "minExclusive")) { in xmlSchemaParseFacet()
6672 } else if (IS_SCHEMA(node, "maxInclusive")) { in xmlSchemaParseFacet()
6674 } else if (IS_SCHEMA(node, "maxExclusive")) { in xmlSchemaParseFacet()
6676 } else if (IS_SCHEMA(node, "totalDigits")) { in xmlSchemaParseFacet()
6678 } else if (IS_SCHEMA(node, "fractionDigits")) { in xmlSchemaParseFacet()
6680 } else if (IS_SCHEMA(node, "pattern")) { in xmlSchemaParseFacet()
6682 } else if (IS_SCHEMA(node, "enumeration")) { in xmlSchemaParseFacet()
6684 } else if (IS_SCHEMA(node, "whiteSpace")) { in xmlSchemaParseFacet()
6686 } else if (IS_SCHEMA(node, "length")) { in xmlSchemaParseFacet()
6688 } else if (IS_SCHEMA(node, "maxLength")) { in xmlSchemaParseFacet()
6690 } else if (IS_SCHEMA(node, "minLength")) { in xmlSchemaParseFacet()
6712 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseFacet()
6957 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAny()
7019 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseNotation()
7088 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAnyAttribute()
7379 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseLocalAttribute()
7455 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseLocalAttribute()
7464 if (IS_SCHEMA(child, "simpleType")) in xmlSchemaParseLocalAttribute()
7481 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseLocalAttribute()
7620 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseGlobalAttribute()
7624 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseGlobalAttribute()
7709 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAttributeGroupRef()
7847 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAttributeGroupDefinition()
7863 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseAttributeGroupDefinition()
8290 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIDCSelectorAndField()
8402 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIDC()
8416 if (IS_SCHEMA(child, "selector")) { in xmlSchemaParseIDC()
8423 if (IS_SCHEMA(child, "field")) { in xmlSchemaParseIDC()
8437 } while (IS_SCHEMA(child, "field")); in xmlSchemaParseIDC()
8507 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseElement()
8771 if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseElement()
8786 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseElement()
8802 while ((IS_SCHEMA(child, "unique")) || in xmlSchemaParseElement()
8803 (IS_SCHEMA(child, "key")) || (IS_SCHEMA(child, "keyref"))) { in xmlSchemaParseElement()
8804 if (IS_SCHEMA(child, "unique")) { in xmlSchemaParseElement()
8807 } else if (IS_SCHEMA(child, "key")) { in xmlSchemaParseElement()
8810 } else if (IS_SCHEMA(child, "keyref")) { in xmlSchemaParseElement()
8972 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseUnion()
8980 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseUnion()
8987 while (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseUnion()
9089 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseList()
9094 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseList()
9307 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSimpleType()
9315 } else if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseSimpleType()
9320 } else if (IS_SCHEMA(child, "list")) { in xmlSchemaParseSimpleType()
9323 } else if (IS_SCHEMA(child, "union")) { in xmlSchemaParseSimpleType()
9423 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroupDefRef()
9512 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroupDefinition()
9516 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseModelGroupDefinition()
9520 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseModelGroupDefinition()
9524 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseModelGroupDefinition()
9773 while ((IS_SCHEMA(child, "include")) || in xmlSchemaParseSchemaTopLevel()
9774 (IS_SCHEMA(child, "import")) || in xmlSchemaParseSchemaTopLevel()
9775 (IS_SCHEMA(child, "redefine")) || in xmlSchemaParseSchemaTopLevel()
9776 (IS_SCHEMA(child, "annotation"))) { in xmlSchemaParseSchemaTopLevel()
9777 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSchemaTopLevel()
9783 } else if (IS_SCHEMA(child, "import")) { in xmlSchemaParseSchemaTopLevel()
9790 } else if (IS_SCHEMA(child, "include")) { in xmlSchemaParseSchemaTopLevel()
9797 } else if (IS_SCHEMA(child, "redefine")) { in xmlSchemaParseSchemaTopLevel()
9812 if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseSchemaTopLevel()
9815 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseSchemaTopLevel()
9818 } else if (IS_SCHEMA(child, "element")) { in xmlSchemaParseSchemaTopLevel()
9821 } else if (IS_SCHEMA(child, "attribute")) { in xmlSchemaParseSchemaTopLevel()
9824 } else if (IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseSchemaTopLevel()
9827 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseSchemaTopLevel()
9830 } else if (IS_SCHEMA(child, "notation")) { in xmlSchemaParseSchemaTopLevel()
9842 while (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSchemaTopLevel()
10640 if (!IS_SCHEMA(docElem, "schema")) { in xmlSchemaAddSchemaDoc()
10780 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseImport()
11118 while (IS_SCHEMA(child, "annotation") || in xmlSchemaParseIncludeOrRedefine()
11119 IS_SCHEMA(child, "simpleType") || in xmlSchemaParseIncludeOrRedefine()
11120 IS_SCHEMA(child, "complexType") || in xmlSchemaParseIncludeOrRedefine()
11121 IS_SCHEMA(child, "group") || in xmlSchemaParseIncludeOrRedefine()
11122 IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseIncludeOrRedefine()
11123 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIncludeOrRedefine()
11127 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseIncludeOrRedefine()
11129 } else if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseIncludeOrRedefine()
11132 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseIncludeOrRedefine()
11136 } else if (IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseIncludeOrRedefine()
11146 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIncludeOrRedefine()
11308 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroup()
11315 while (IS_SCHEMA(child, "element")) { in xmlSchemaParseModelGroup()
11362 while ((IS_SCHEMA(child, "element")) || in xmlSchemaParseModelGroup()
11363 (IS_SCHEMA(child, "group")) || in xmlSchemaParseModelGroup()
11364 (IS_SCHEMA(child, "any")) || in xmlSchemaParseModelGroup()
11365 (IS_SCHEMA(child, "choice")) || in xmlSchemaParseModelGroup()
11366 (IS_SCHEMA(child, "sequence"))) { in xmlSchemaParseModelGroup()
11368 if (IS_SCHEMA(child, "element")) { in xmlSchemaParseModelGroup()
11373 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseModelGroup()
11440 } else if (IS_SCHEMA(child, "any")) { in xmlSchemaParseModelGroup()
11443 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseModelGroup()
11446 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseModelGroup()
11582 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseRestriction()
11594 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseRestriction()
11625 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseRestriction()
11630 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseRestriction()
11635 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseRestriction()
11643 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseRestriction()
11659 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseRestriction()
11688 while ((IS_SCHEMA(child, "minInclusive")) || in xmlSchemaParseRestriction()
11689 (IS_SCHEMA(child, "minExclusive")) || in xmlSchemaParseRestriction()
11690 (IS_SCHEMA(child, "maxInclusive")) || in xmlSchemaParseRestriction()
11691 (IS_SCHEMA(child, "maxExclusive")) || in xmlSchemaParseRestriction()
11692 (IS_SCHEMA(child, "totalDigits")) || in xmlSchemaParseRestriction()
11693 (IS_SCHEMA(child, "fractionDigits")) || in xmlSchemaParseRestriction()
11694 (IS_SCHEMA(child, "pattern")) || in xmlSchemaParseRestriction()
11695 (IS_SCHEMA(child, "enumeration")) || in xmlSchemaParseRestriction()
11696 (IS_SCHEMA(child, "whiteSpace")) || in xmlSchemaParseRestriction()
11697 (IS_SCHEMA(child, "length")) || in xmlSchemaParseRestriction()
11698 (IS_SCHEMA(child, "maxLength")) || in xmlSchemaParseRestriction()
11699 (IS_SCHEMA(child, "minLength"))) { in xmlSchemaParseRestriction()
11748 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseRestriction()
11843 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseExtension()
11857 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseExtension()
11862 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseExtension()
11867 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseExtension()
11872 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseExtension()
11893 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseExtension()
11969 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSimpleContent()
11989 if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseSimpleContent()
11994 } else if (IS_SCHEMA(child, "extension")) { in xmlSchemaParseSimpleContent()
12064 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseComplexContent()
12084 if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseComplexContent()
12089 } else if (IS_SCHEMA(child, "extension")) { in xmlSchemaParseComplexContent()
12289 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseComplexType()
12294 if (IS_SCHEMA(child, "simpleContent")) { in xmlSchemaParseComplexType()
12306 } else if (IS_SCHEMA(child, "complexContent")) { in xmlSchemaParseComplexType()
12329 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseComplexType()
12334 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseComplexType()
12339 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseComplexType()
12344 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseComplexType()
12363 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseComplexType()