Package xmlschema_acue :: Package validators :: Module xsdbase :: Class ParticleMixin

Class ParticleMixin

source code



Mixin for objects related to XSD Particle Schema Components:

  https://www.w3.org/TR/2012/REC-xmlschema11-1-20120405/structures.html#p
  https://www.w3.org/TR/2012/REC-xmlschema11-1-20120405/structures.html#t

Instance Methods
 
is_emptiable(self) source code
 
is_empty(self) source code
 
is_single(self) source code
 
is_ambiguous(self) source code
 
is_univocal(self) source code
 
is_missing(self, occurs) source code
 
is_over(self, occurs) source code
 
has_occurs_restriction(self, other) source code
 
parse_error(self, *args, **kwargs)
Helper method overridden by XsdValidator.parse_error() in XSD components.
source code
Class Variables
  min_occurs = 1
  max_occurs = 1
Method Details

occurs(self)

source code 
Decorators:
  • @property