Lines Matching defs:reference

557     xmlSchemaBasicItemPtr reference; /* The referencing component. */
639 * A component reference item (not a schema component)
666 a group definition, a XML_SCHEMA_EXTRA_QNAMEREF (if a reference),
1153 return(BAD_CAST "[helper component] QName reference");
3817 * @item: a QName reference structure
3819 * Deallocatea a QName reference structure.
4359 fprintf(output, " [reference] ");
5396 "allocating QName reference item", NULL);
5406 * Store the reference item in the schema.
5517 * need not to be fixed up (i.e. the reference to be resolved).
7314 * We need to resolve the reference at later stage.
7319 * Create a QName reference to the attribute declaration.
7326 * Assign the reference. This will be substituted for the
7620 * Parse an attribute group definition reference.
7621 * Note that a reference to an attribute group does not
7714 "reference to the redefined definition",
7721 * URGENT TODO: How to ensure that the reference will not be
7729 pctxt->redef->reference = WXS_BASIC_CAST ret;
7732 * Create a QName-reference helper component. We will substitute this
7741 /* Add to pending items, to be able to resolve the reference. */
8352 * Create a reference item.
8458 * a reference - even if there's a "name" attribute; this seems to be more
8500 * The reference part =============================================
8554 * Create the reference item and attach it to the particle.
8563 * Add the particle to pending components, since the reference
8917 * Create a reference item.
8926 * Assign the reference to the link, it will be resolved
9046 * fields for holding the reference to the itemType.
9323 * Parses a reference to a model group definition.
9380 * Create a qname-reference and set as the term; it will be substituted
9381 * for the model group after the reference has been resolved.
9390 /* TODO: Is annotation even allowed for a model group reference? */
10803 * schema reference strategy to fail."
11361 "reference to the redefined definition",
11381 "'%s' must not contain a reference to the "
11391 ctxt->redef->reference = WXS_BASIC_CAST part;
11596 * Model group reference <group>.
11602 * Note that the reference will be resolved in
11831 * Note that the reference will be resolved in
12303 * Note that the reference will be resolved in
14996 * Resolve the MG definition reference.
15031 "reference resolves to an 'all' model group",
18780 * Returns the particle with the circular model group definition reference,
18867 "Circular reference to the model group definition '%s' "
18872 * NOTE: We will cut the reference to avoid further
18935 * Returns the circular attribute grou reference, otherwise NULL.
18945 * We will search for an attribute group reference which
18994 * 3 Circular group reference is disallowed outside <redefine>.
19022 "Circular reference to the attribute group '%s' "
19026 * NOTE: We will cut the reference to avoid further
19149 * Just remove the reference if the referenced group does not
19936 * Resolve the reference.
20397 if (redef->reference)
20398 node = WXS_ITEM_NODE(redef->reference);
20405 * reference kind.
20452 if (redef->reference != NULL) {
20454 * Overwrite the QName-reference with the
20457 (WXS_PTC_CAST redef->reference)->children =
20471 if (redef->reference != NULL) {
20474 * QName-reference component.
20478 (WXS_QNAME_CAST redef->reference)->item = prev;
20500 if (redef->reference)
20501 node = WXS_ITEM_NODE(redef->reference);
20747 * (6.2) "If it has no such self-reference, then all of the
20899 * Such a reference is reflected by a particle at the component
27814 "there is at least one entity reference in the node-tree "
28333 (ctxt->user_sax->reference != NULL))
28334 ctxt->user_sax->reference(ctxt->user_data, name);
28435 ret->schemas_sax.reference = xmlSchemaSAXHandleReference;
28501 ret->schemas_sax.reference = referenceSplit;