Maps to a UML Package with the stereotype XSDnamespace. To define the “xmlns” attribute in the schema file, you must add Permission between the XSDnamespace package and XSDschema class into the model.

  • The Permission name maps to the namespace shortcut.
XML representation of the skeleton of a schema
<xs:schema
	xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" 
targetNamespace="http://www.example.com/example">
</xs:schema>

To generate these namespaces


For an XML schema namespaces UML Model example, see Schema.