xsd.ID_IDREF_Binding
¶
The xsd.ID_IDREF_Binding
class represents a binding between an ID value and the corresponding xml.ElementInformationItem.
- class xsd.ID_IDREF_Binding¶
Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedError
exception.
Attributes¶
- xsd.ID_IDREF_Binding.binding¶
Returns the xml.ElementInformationItem bound to the id.
- xsd.ID_IDREF_Binding.id¶
Returns the ID value of this binding.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__