Home
last modified time | relevance | path

Searched defs:SchemaElementType (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Delements.py1134 def is_overlap(self, other: SchemaElementType) -> bool:
1148 def is_consistent(self, other: SchemaElementType, strict: bool = True) -> bool:
1309 def is_overlap(self, other: SchemaElementType) -> bool:
1328 def is_consistent(self, other: SchemaElementType, strict: bool = True) -> bool:
H A Dgroups.py502 expected: Optional[List[SchemaElementType]] = None,
835 xsd_element: SchemaElementType,
836 model_element: SchemaElementType,
H A Dwildcards.py568 def is_consistent(self, other: SchemaElementType, **kwargs: Any) -> bool:
746 def is_consistent(self, other: SchemaElementType, **kwargs: Any) -> bool:
H A Dexceptions.py307 expected: Optional[Iterable[SchemaElementType]] = None,
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/
H A Daliases.py63 SchemaElementType = Union[XsdElement, XsdAnyElement] variable