sarkit.xmlhelp.XsdTypeDef

class XsdTypeDef(attributes=<factory>, children=<factory>, text_typename=None)

XSD type definition

Attributes:
text_typename

Methods

get_attribute_from_localname(localname)

Return attribute by localname (e.g. no namespace) or None.

get_childdef(tag)

Return the first ChildDef in children whose tag matches tag.

get_childdef_from_localname(localname)

Return the ChildDef in children by localname (e.g. no namespace) or None.