xsd.Particle
¶
A Particle class contains the components which it either directly contains or indirectly contains. It directly contains the component which is the value of its term attribute. It indirectly contains the particles, groups, wildcards, and element declarations which are contained by the value of its term property.
-
class
xsd.
Particle
¶
Attributes¶
-
xsd.Particle.
annotations
¶ A sequence of Annotation components.
-
xsd.Particle.
max_occurs
¶ Either a positive integer or unbounded. Required.
-
xsd.Particle.
min_occurs
¶ An xs:nonNegativeInteger value. Required.
-
xsd.Particle.
term
¶ A Term component. Required.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__