Home
last modified time | relevance | path

Searched refs:Xsd11Element (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/validators/
H A D__init__.py35 from .elements import XsdElement, Xsd11Element, XsdAlternative
H A Dschemas.py71 from .elements import XsdElement, Xsd11Element
2200 xsd_element_class = Xsd11Element
H A Delements.py1172 class Xsd11Element(XsdElement): class
/dports/textproc/py-xmlschema/xmlschema-1.8.2/doc/
H A Dcomponents.rst141 >>> xmlschema.validators.Xsd11Element
142 <class 'xmlschema.validators.elements.Xsd11Element'>
H A Dapi.rst310 .. autoclass:: xmlschema.validators.Xsd11Element