xsd.ModelGroupDefinition

A ModelGroupDefinition class is identified by its name and target namespace. Model group identities must be unique within an XSD schema. Model group definitions do not participate in validation, but the term of a Particle may correspond in whole or in part to a ModelGroup from a ModelGroupDefinition. The model_group instance attribute is the ModelGroup for which ModelGroupDefinition provides a name.

class xsd.ModelGroupDefinition

Attributes

xsd.ModelGroupDefinition.annotations

A sequence of Annotation components.

xsd.ModelGroupDefinition.model_group

A ModelGroup component. Required.

xsd.ModelGroupDefinition.name

An xs:NCName value. Required.

xsd.ModelGroupDefinition.target_namespace

An xs:anyURI value. Optional.

Special methods

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