Home
last modified time | relevance | path

Searched defs:XsdGroup (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A Dgroups.py53 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 Dexceptions.py158 def __init__(self, group: 'XsdGroup', message: str) -> None:
170 def __init__(self, group: 'XsdGroup') -> None:
H A Dschemas.py830 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 Delements.py1026 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 DSchemaNames.cs557 XsdGroup, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DSchemaNames.cs562 XsdGroup, enumerator