1.

Discuss Customization Levels?

Answer»

Customizations can be made at four levels

global:

  • DEFINED at “top level” in a element
  • APPLIES to all SCHEMA elements in the source schema and in all included/imported schemas (recursively)

schema:

  • defined at “top level” in a element
  • applies to all schema elements in the target namespace of the source schema

definition:

  • defined in a TYPE or global declaration
  • applies to all schema elements that REFERENCE the type or global declaration

component:

  • defined in a particular schema element or attribute declaration
  • applies only to it

Customizations can be made at four levels

global:

schema:

definition:

component:



Discussion

No Comment Found