The interface represents the namespace schema information information item.
Each namespace schema information information item corresponds to an XML
Schema with a unique namespace name.
Convenience method. Returns a top-level attribute declaration.
Parameters: name - The name of the declaration. A top-level attribute declaration or null if such a declaration does not exist.
Convenience method. Returns a top-level attribute group definition.
Parameters: name - The name of the definition. A top-level attribute group definition or null if such a definition does not exist.
[schema components]: a list of top-level components, i.e. element
declarations, attribute declarations, etc.
Parameters: objectType - The type of the declaration, i.e. ELEMENT_DECLARATION. Note that XSTypeDefinition.SIMPLE_TYPE and XSTypeDefinition.COMPLEX_TYPE can also be used as the objectType to retrieve only complex types or simple types, instead of all types. A list of top-level definition of the specified type in objectType or an empty XSNamedMap if no such definitions exist.
Convenience method. Returns a top-level element declaration.
Parameters: name - The name of the declaration. A top-level element declaration or null if such a declaration does not exist.
Convenience method. Returns a top-level model group definition.
Parameters: name - The name of the definition. A top-level model group definition definition or null if such a definition does not exist.
Convenience method. Returns a top-level notation declaration.
Parameters: name - The name of the declaration. A top-level notation declaration or null if such a declaration does not exist.
Convenience method. Returns a top-level simple or complex type
definition.
Parameters: name - The name of the definition. An XSTypeDefinition or null if such a definition does not exist.