XML Schema XML Tutorial



  
  
  
    
      
        
          
            
            
          

        

      
    

  
  
    
      
        
          
            
            
          

        

      
    

  

Globally components appear on the first level below the xsd:schema element.
You can have two locally declared elements with the same name but different definitions.
Their context keeps them distinct. 
Global element declarations must have unique names. 
You must reference a global element in order to have it appear in a corresponding XML document.
When you define a complex type, you can either reference existing globally declared elements, or you can declare and define newelements on the spot. 
Locally declared elements are limited to the complex type definition in which they are declared.
Locally declared elements may not be used elsewhere in the schema.