Lines Matching refs:IS_SCHEMA
316 #define IS_SCHEMA(node, type) \ macro
6475 while ((IS_SCHEMA((*child), "attribute")) || in xmlSchemaParseLocalAttributes()
6476 (IS_SCHEMA((*child), "attributeGroup"))) { in xmlSchemaParseLocalAttributes()
6477 if (IS_SCHEMA((*child), "attribute")) { in xmlSchemaParseLocalAttributes()
6552 if (IS_SCHEMA(child, "appinfo")) { in xmlSchemaParseAnnotation()
6574 } else if (IS_SCHEMA(child, "documentation")) { in xmlSchemaParseAnnotation()
6655 if (IS_SCHEMA(node, "minInclusive")) { in xmlSchemaParseFacet()
6657 } else if (IS_SCHEMA(node, "minExclusive")) { in xmlSchemaParseFacet()
6659 } else if (IS_SCHEMA(node, "maxInclusive")) { in xmlSchemaParseFacet()
6661 } else if (IS_SCHEMA(node, "maxExclusive")) { in xmlSchemaParseFacet()
6663 } else if (IS_SCHEMA(node, "totalDigits")) { in xmlSchemaParseFacet()
6665 } else if (IS_SCHEMA(node, "fractionDigits")) { in xmlSchemaParseFacet()
6667 } else if (IS_SCHEMA(node, "pattern")) { in xmlSchemaParseFacet()
6669 } else if (IS_SCHEMA(node, "enumeration")) { in xmlSchemaParseFacet()
6671 } else if (IS_SCHEMA(node, "whiteSpace")) { in xmlSchemaParseFacet()
6673 } else if (IS_SCHEMA(node, "length")) { in xmlSchemaParseFacet()
6675 } else if (IS_SCHEMA(node, "maxLength")) { in xmlSchemaParseFacet()
6677 } else if (IS_SCHEMA(node, "minLength")) { in xmlSchemaParseFacet()
6699 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseFacet()
6944 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAny()
7006 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseNotation()
7075 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAnyAttribute()
7366 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseLocalAttribute()
7442 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseLocalAttribute()
7451 if (IS_SCHEMA(child, "simpleType")) in xmlSchemaParseLocalAttribute()
7468 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseLocalAttribute()
7607 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseGlobalAttribute()
7611 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseGlobalAttribute()
7696 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAttributeGroupRef()
7834 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseAttributeGroupDefinition()
7850 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseAttributeGroupDefinition()
8277 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIDCSelectorAndField()
8389 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIDC()
8403 if (IS_SCHEMA(child, "selector")) { in xmlSchemaParseIDC()
8410 if (IS_SCHEMA(child, "field")) { in xmlSchemaParseIDC()
8424 } while (IS_SCHEMA(child, "field")); in xmlSchemaParseIDC()
8494 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseElement()
8758 if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseElement()
8773 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseElement()
8789 while ((IS_SCHEMA(child, "unique")) || in xmlSchemaParseElement()
8790 (IS_SCHEMA(child, "key")) || (IS_SCHEMA(child, "keyref"))) { in xmlSchemaParseElement()
8791 if (IS_SCHEMA(child, "unique")) { in xmlSchemaParseElement()
8794 } else if (IS_SCHEMA(child, "key")) { in xmlSchemaParseElement()
8797 } else if (IS_SCHEMA(child, "keyref")) { in xmlSchemaParseElement()
8959 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseUnion()
8967 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseUnion()
8974 while (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseUnion()
9076 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseList()
9081 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseList()
9294 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSimpleType()
9302 } else if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseSimpleType()
9307 } else if (IS_SCHEMA(child, "list")) { in xmlSchemaParseSimpleType()
9310 } else if (IS_SCHEMA(child, "union")) { in xmlSchemaParseSimpleType()
9410 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroupDefRef()
9499 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroupDefinition()
9503 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseModelGroupDefinition()
9507 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseModelGroupDefinition()
9511 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseModelGroupDefinition()
9760 while ((IS_SCHEMA(child, "include")) || in xmlSchemaParseSchemaTopLevel()
9761 (IS_SCHEMA(child, "import")) || in xmlSchemaParseSchemaTopLevel()
9762 (IS_SCHEMA(child, "redefine")) || in xmlSchemaParseSchemaTopLevel()
9763 (IS_SCHEMA(child, "annotation"))) { in xmlSchemaParseSchemaTopLevel()
9764 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSchemaTopLevel()
9770 } else if (IS_SCHEMA(child, "import")) { in xmlSchemaParseSchemaTopLevel()
9777 } else if (IS_SCHEMA(child, "include")) { in xmlSchemaParseSchemaTopLevel()
9784 } else if (IS_SCHEMA(child, "redefine")) { in xmlSchemaParseSchemaTopLevel()
9799 if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseSchemaTopLevel()
9802 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseSchemaTopLevel()
9805 } else if (IS_SCHEMA(child, "element")) { in xmlSchemaParseSchemaTopLevel()
9808 } else if (IS_SCHEMA(child, "attribute")) { in xmlSchemaParseSchemaTopLevel()
9811 } else if (IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseSchemaTopLevel()
9814 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseSchemaTopLevel()
9817 } else if (IS_SCHEMA(child, "notation")) { in xmlSchemaParseSchemaTopLevel()
9829 while (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSchemaTopLevel()
10627 if (!IS_SCHEMA(docElem, "schema")) { in xmlSchemaAddSchemaDoc()
10767 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseImport()
11105 while (IS_SCHEMA(child, "annotation") || in xmlSchemaParseIncludeOrRedefine()
11106 IS_SCHEMA(child, "simpleType") || in xmlSchemaParseIncludeOrRedefine()
11107 IS_SCHEMA(child, "complexType") || in xmlSchemaParseIncludeOrRedefine()
11108 IS_SCHEMA(child, "group") || in xmlSchemaParseIncludeOrRedefine()
11109 IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseIncludeOrRedefine()
11110 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIncludeOrRedefine()
11114 } else if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseIncludeOrRedefine()
11116 } else if (IS_SCHEMA(child, "complexType")) { in xmlSchemaParseIncludeOrRedefine()
11119 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseIncludeOrRedefine()
11123 } else if (IS_SCHEMA(child, "attributeGroup")) { in xmlSchemaParseIncludeOrRedefine()
11133 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseIncludeOrRedefine()
11295 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseModelGroup()
11302 while (IS_SCHEMA(child, "element")) { in xmlSchemaParseModelGroup()
11349 while ((IS_SCHEMA(child, "element")) || in xmlSchemaParseModelGroup()
11350 (IS_SCHEMA(child, "group")) || in xmlSchemaParseModelGroup()
11351 (IS_SCHEMA(child, "any")) || in xmlSchemaParseModelGroup()
11352 (IS_SCHEMA(child, "choice")) || in xmlSchemaParseModelGroup()
11353 (IS_SCHEMA(child, "sequence"))) { in xmlSchemaParseModelGroup()
11355 if (IS_SCHEMA(child, "element")) { in xmlSchemaParseModelGroup()
11360 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseModelGroup()
11427 } else if (IS_SCHEMA(child, "any")) { in xmlSchemaParseModelGroup()
11430 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseModelGroup()
11433 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseModelGroup()
11569 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseRestriction()
11581 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseRestriction()
11612 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseRestriction()
11617 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseRestriction()
11622 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseRestriction()
11630 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseRestriction()
11646 if (IS_SCHEMA(child, "simpleType")) { in xmlSchemaParseRestriction()
11675 while ((IS_SCHEMA(child, "minInclusive")) || in xmlSchemaParseRestriction()
11676 (IS_SCHEMA(child, "minExclusive")) || in xmlSchemaParseRestriction()
11677 (IS_SCHEMA(child, "maxInclusive")) || in xmlSchemaParseRestriction()
11678 (IS_SCHEMA(child, "maxExclusive")) || in xmlSchemaParseRestriction()
11679 (IS_SCHEMA(child, "totalDigits")) || in xmlSchemaParseRestriction()
11680 (IS_SCHEMA(child, "fractionDigits")) || in xmlSchemaParseRestriction()
11681 (IS_SCHEMA(child, "pattern")) || in xmlSchemaParseRestriction()
11682 (IS_SCHEMA(child, "enumeration")) || in xmlSchemaParseRestriction()
11683 (IS_SCHEMA(child, "whiteSpace")) || in xmlSchemaParseRestriction()
11684 (IS_SCHEMA(child, "length")) || in xmlSchemaParseRestriction()
11685 (IS_SCHEMA(child, "maxLength")) || in xmlSchemaParseRestriction()
11686 (IS_SCHEMA(child, "minLength"))) { in xmlSchemaParseRestriction()
11735 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseRestriction()
11830 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseExtension()
11844 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseExtension()
11849 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseExtension()
11854 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseExtension()
11859 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseExtension()
11880 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseExtension()
11956 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseSimpleContent()
11976 if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseSimpleContent()
11981 } else if (IS_SCHEMA(child, "extension")) { in xmlSchemaParseSimpleContent()
12051 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseComplexContent()
12071 if (IS_SCHEMA(child, "restriction")) { in xmlSchemaParseComplexContent()
12076 } else if (IS_SCHEMA(child, "extension")) { in xmlSchemaParseComplexContent()
12276 if (IS_SCHEMA(child, "annotation")) { in xmlSchemaParseComplexType()
12281 if (IS_SCHEMA(child, "simpleContent")) { in xmlSchemaParseComplexType()
12293 } else if (IS_SCHEMA(child, "complexContent")) { in xmlSchemaParseComplexType()
12316 if (IS_SCHEMA(child, "all")) { in xmlSchemaParseComplexType()
12321 } else if (IS_SCHEMA(child, "choice")) { in xmlSchemaParseComplexType()
12326 } else if (IS_SCHEMA(child, "sequence")) { in xmlSchemaParseComplexType()
12331 } else if (IS_SCHEMA(child, "group")) { in xmlSchemaParseComplexType()
12350 if (IS_SCHEMA(child, "anyAttribute")) { in xmlSchemaParseComplexType()