Searched defs:XsdGroup (Results 1 – 6 of 6) sorted by relevance
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/ |
H A D | groups.py | 53 class XsdGroup(XsdComponent, MutableSequence[ModelParticleType], class 106 parent: Optional[Union['XsdComplexType', 'XsdGroup']] = None) -> None: 166 def is_pointless(self, parent: 'XsdGroup') -> bool: 658 def is_sequence_restriction(self, other: 'XsdGroup') -> bool: 698 def is_all_restriction(self, other: 'XsdGroup') -> bool: 720 def is_choice_restriction(self, other: 'XsdGroup') -> bool: 779 def safe_iter_path(group: XsdGroup, depth: int) -> Iterator[SchemaElementType]: 1322 def is_sequence_restriction(self, other: XsdGroup) -> bool: 1351 def is_all_restriction(self, other: XsdGroup) -> bool: 1465 def is_choice_restriction(self, other: XsdGroup) -> bool:
|
H A D | exceptions.py | 158 def __init__(self, group: 'XsdGroup', message: str) -> None: 170 def __init__(self, group: 'XsdGroup') -> None:
|
H A D | schemas.py | 830 def create_any_content_group(self, parent: Union[XsdComplexType, XsdGroup], argument 853 def create_empty_content_group(self, parent: Union[XsdComplexType, XsdGroup], argument
|
H A D | elements.py | 1026 group: Optional['XsdGroup'] = None, **kwargs: Any) -> bool:
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/ |
H A D | SchemaNames.cs | 557 XsdGroup, enumerator
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/ |
H A D | SchemaNames.cs | 562 XsdGroup, enumerator
|