Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Thursday, June 9, 2011

schemaLocation in Enterprise Architect

To set a schemaLocation in an XSD developed in Sparx Systems' Enterprise Architect, use the Tagged Value on an XSDSchema element.

When creating an XSD in Sparx Systems' Enterprise Architect (EA), drag EA elements from the Toolbox (XML Schema) onto a diagram.  Most of the configuration for the schema can be done from the properties dialogs, but setting some of the global attributes like 'schemaLocation' and 'elementFormDefault' must be done in the Tagged Values panel.

schemaLocation Set in Tagged Values

No comments:

Post a Comment