Home
last modified time | relevance | path

Searched refs:SchemaElementType (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dmodels.py17 from ..aliases import ModelGroupType, ModelParticleType, SchemaElementType
20 AdvanceYieldedType = Tuple[ModelParticleType, int, List[SchemaElementType]]
106 element: Optional[SchemaElementType]
146 def expected(self) -> List[SchemaElementType]:
150 expected: List[SchemaElementType] = []
H A Dassertions.py15 from ..aliases import ElementType, SchemaType, SchemaElementType, NamespacesType
31 class XsdAssert(XsdComponent, ElementPathMixin[Union['XsdAssert', SchemaElementType]]):
H A Dgroups.py24 IterEncodeType, ModelParticleType, SchemaElementType, ComponentClassType
49 GroupDecodeType = List[Tuple[Union[str, int], Any, Optional[SchemaElementType]]]
302 def iter_elements(self, depth: int = 0) -> Iterator[SchemaElementType]:
502 expected: Optional[List[SchemaElementType]] = None, argument
779 def safe_iter_path(group: XsdGroup, depth: int) -> Iterator[SchemaElementType]:
835 xsd_element: SchemaElementType, argument
836 model_element: SchemaElementType, argument
927 -> Optional[SchemaElementType]:
991 xsd_element: Optional[SchemaElementType]
992 expected: Optional[List[SchemaElementType]]
[all …]
H A Dwildcards.py19 from ..aliases import ElementType, SchemaType, SchemaElementType, SchemaAttributeType, \
377 ElementPathMixin[SchemaElementType],
424 resolve: bool = False, **kwargs: Any) -> Optional[SchemaElementType]:
568 def is_consistent(self, other: SchemaElementType, **kwargs: Any) -> bool: argument
746 def is_consistent(self, other: SchemaElementType, **kwargs: Any) -> bool: argument
H A Dexceptions.py13 from ..aliases import ElementType, NamespacesType, SchemaElementType, ModelParticleType
307 expected: Optional[Iterable[SchemaElementType]] = None, argument
H A Delements.py25 from ..aliases import ElementType, SchemaType, BaseXsdType, SchemaElementType, \
54 ElementPathMixin[SchemaElementType],
136 def __iter__(self) -> Iterator[SchemaElementType]:
1134 def is_overlap(self, other: SchemaElementType) -> bool: argument
1148 def is_consistent(self, other: SchemaElementType, strict: bool = True) -> bool: argument
1309 def is_overlap(self, other: SchemaElementType) -> bool: argument
1328 def is_consistent(self, other: SchemaElementType, strict: bool = True) -> bool: argument
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Daliases.py63 SchemaElementType = Union[XsdElement, XsdAnyElement] variable