Home >Online Product Documentation >Table of Contents >Defining Groups of Elements and Attributes in XML Schemas
Defining Groups of Elements and Attributes in XML Schemas
The XML Schema Recommendation allows you to specify groups of elements and groups of attributes. Here is an example of an element group, purchaseType
:
Specification of a group makes it easier to update the schema. You only need to update the group definition. There is no need to change the references to the group.
Here is an example of an attributeGroup, deliveryDetail
.
This section discusses the following topics: