Lines Matching refs:annItem
8124 xmlSchemaAddAnnotation(xmlSchemaAnnotItemPtr annItem, in xmlSchemaAddAnnotation() argument
8127 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8129 switch (annItem->type) { in xmlSchemaAddAnnotation()
8131 xmlSchemaElementPtr item = (xmlSchemaElementPtr) annItem; in xmlSchemaAddAnnotation()
8136 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem; in xmlSchemaAddAnnotation()
8142 xmlSchemaWildcardPtr item = (xmlSchemaWildcardPtr) annItem; in xmlSchemaAddAnnotation()
8150 xmlSchemaAnnotItemPtr item = (xmlSchemaAnnotItemPtr) annItem; in xmlSchemaAddAnnotation()
8156 (xmlSchemaAttributeGroupPtr) annItem; in xmlSchemaAddAnnotation()
8161 xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem; in xmlSchemaAddAnnotation()
8177 xmlSchemaFacetPtr item = (xmlSchemaFacetPtr) annItem; in xmlSchemaAddAnnotation()
8183 xmlSchemaTypePtr item = (xmlSchemaTypePtr) annItem; in xmlSchemaAddAnnotation()
8188 xmlSchemaModelGroupDefPtr item = (xmlSchemaModelGroupDefPtr) annItem; in xmlSchemaAddAnnotation()
8195 xmlSchemaModelGroupPtr item = (xmlSchemaModelGroupPtr) annItem; in xmlSchemaAddAnnotation()