Lines Matching defs:namespace

181     /** Feature identifier: namespace growth */
220 /** Property identifier: no namespace schema location. */
657 * The namespace context in effect at the
661 * for copying the namespace bindings from the
1403 // so any other schemaLocation declaration for the same namespace will be
1405 // available for a particular namespace.
1414 // clear grammars, and put the one for schema namespace there
1761 //there is a reference to a component from that namespace. To provide location hints to the
1762 //application for a namespace
1859 // case 2: find declaration for element from another namespace
2377 //tries to parse the grammar using location hints from the give namespace.
2380 String namespace,
2386 grammar = fGrammarBucket.getGrammar(namespace);
2389 fXSDDescription.setNamespace(namespace);
2412 fXSDDescription.setNamespace(namespace);
2422 locationPairs.get(namespace == null ? XMLSymbols.EMPTY_STRING : namespace);
2437 // try to parse the grammar using location hints from that namespace..
2516 // 4 If there is an attribute information item among the element information item's [attributes] whose [namespace name] is identical to http://www.w3.org/2001/XMLSchema-instance and whose [local name] is type, then all of the following must be true:
2532 // 4.2 The local name and namespace name (as defined in QName Interpretation (3.15.3)), of the actual value of that attribute information item must resolve to a type definition, as defined in QName resolution (Instance) (3.15.4)
2534 // if the namespace is schema namespace, first try built-in types
2577 // 3.1 If {nillable} is false, then there must be no attribute information item among the element information item's [attributes] whose [namespace name] is identical to http://www.w3.org/2001/XMLSchema-instance and whose [local name] is nil.
2633 // 3 For each attribute information item in the element information item's [attributes] excepting those whose [namespace name] is identical to http://www.w3.org/2001/XMLSchema-instance and whose [local name] is one of type, nil, schemaLocation or noNamespaceSchemaLocation, the appropriate case among the following must be true:
2658 // whose [namespace name] is identical to http://www.w3.org/2001/XMLSchema-instance and
2682 // for namespace attributes, no_validation/unknow_validity
2758 // 5 Let [Definition:] the wild IDs be the set of all attribute information item to which clause 3.2 applied and whose validation resulted in a context-determined declaration of mustFind or no context-determined declaration at all, and whose [local name] and [namespace name] resolve (as defined by QName resolution (Instance) (3.15.4)) to an attribute declaration whose {type definition} is or is derived from ID. Then all of the following must be true:
2824 //REVISIT: is it possible for the notation to be in different namespace than the attribute
2855 // 3.1 If there is among the {attribute uses} an attribute use with an {attribute declaration} whose {name} matches the attribute information item's [local name] and whose {target namespace} is identical to the attribute information item's [namespace name] (where an absent {target namespace} is taken to be identical to a [namespace name] with no value), then the attribute information must be valid with respect to that attribute use as per Attribute Locally Valid (Use) (3.5.4). In this case the {attribute declaration} of that attribute use is the context-determined declaration for the attribute information item with respect to Schema-Validity Assessment (Attribute) (3.2.4) and Assessment Outcome (Attribute) (3.2.5).