Class AttributeGroup

java.lang.Object
org.dlese.dpc.xml.schema.GlobalDeclaration
org.dlese.dpc.xml.schema.AttributeGroup
All Implemented Interfaces:
GlobalDef

public class AttributeGroup extends GlobalDeclaration
Wrapper for AttributeGroup definitions in an XML Schema, which are defined as an immediate child of the schema element.

AttributeGroup definitions are associated with a type in one of the following ways:

  • via a "type" attribute,
  • via a "ref" attribute
  • via an in-line simple type definition
Author:
Jonathan Ostwald
  • Constructor Details

    • AttributeGroup

      public AttributeGroup(org.dom4j.Element element, String location, org.dom4j.Namespace namespace, SchemaReader schemaReader)
      Constructor for the AttributeGroup object
      Parameters:
      element - NOT YET DOCUMENTED
      location - NOT YET DOCUMENTED
      namespace - NOT YET DOCUMENTED
  • Method Details