Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Web Tools Guide
Previous Page Home Next Page

Adding attribute groups

An attribute group definition is an association between a name and a set of attribute declarations. Named groups of attribute declarations can greatly facilitate the maintenance and reuse of common attribute declarations in an XML schema.

The following instructions were written for the Resource perspective, but they will also work in many other perspectives.

To add an attribute group to an XML schema, complete the following steps:

  1. Open your XML schema in the XML schema editor.
  2. In the Outline view, right-click the Attributes folder and click Add Attribute Group. It appears in the Attributes folder.
  3. Select your new group, and in the Design view, right-click the attribute group and select Refactor > Rename . In the New Name field, type a name for the attribute group and click OK.
  4. To add an attribute, right-click your attribute group in the Outline view, click Add Attribute. The attribute appears below the attribute group in the Outline view.
    1. Select the attribute, and in the Design view, click the current (default) name of the attribute, then type the new Name.
    2. In the Design view, click the current (default) attribute type and select a type from the menu. Alternately, you can select browse to invoke the Set Type menu for more options. The Set Type dialog lists all built-in and user-defined types currently available. You can change the Scope of the list by selecting one of the following options:
      • Workspace. Lists all of the types available in your workspace.
      • Enclosing Project. Lists all of the types available in the project that contains your file.
      • Current Resource (default). List all of the types available in your current file.
      • Working Sets. List all the types available within the selected working set.
  5. An attribute reference provides a reference to a global attribute. To add an attribute reference, in the Design view, right-click the complex type containing the element, and click Add Attribute Ref. A declaration that references a global attribute enables the referenced attribute to appear in the instance document in the context of the referencing declaration. Select the reference, then in the Properties view, select the attribute you want it to reference from the Reference list.
  6. An attribute group reference provides a reference to an attribute group. To add an attribute group reference, in the Design view, right-click the complex type containing the element, and click Add Attribute Group Ref. A declaration that references a global attribute enables the referenced attribute to appear in the instance document in the context of the referencing declaration. Select the reference, then in the Properties view, select the attribute group you want it to reference from the Reference list.
  7. An any element enables element content according to namespaces, and the corresponding any attribute element enables attributes to appear in elements. To add an any attribute, right-click your attribute group and click Add Any Attribute. The any appears below the attribute group in the Outline view. You can specify the following values for an any attribute:
    • For a Namespace value, you can select:
      • ##any: this allows any well-formed XML from any namespace.
      • ##local : this allows any well-formed XML that is not declared to be in a namespace.
      • ##other: this allows any well-formed XML that is not from the target namespace of the type being defined.
      • ##targetNamespace : this is shorthand for the target namespace of the type being defined.
    • For a Process Contents value, you can select:
      • skip: the XML processor will not validate the attribute content at all.
      • lax: the XML processor will validate the attribute content as much as it can.
      • strict: the XML processor will validate all the attribute content.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire