xsd.AttributeGroupDefinition

An AttributeGroupDefinition class does not participate in validation as such, but constructs one or more complex type definitions in whole or part. Attribute groups are identified by their name and target namespace. They must be unique within an XSD schema.

class xsd.AttributeGroupDefinition

Attributes

xsd.AttributeGroupDefinition.annotations

A sequence of Annotation components.

xsd.AttributeGroupDefinition.attribute_uses

A set of Attribute Use components.

xsd.AttributeGroupDefinition.attribute_wildcard

A Wildcard component. Optional.

xsd.AttributeGroupDefinition.name

An xs:NCName value. Required.

xsd.AttributeGroupDefinition.target_namespace

An xs:anyURI value. Optional.

Special methods

__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__