xsd.ID_IDREF_Table¶
The xsd.ID_IDREF_table class represents a dictionary of ID/IDREF bindings. To check whether an ID is used in the ID/IDREF table, use the in keyword. To access a binding within the ID/IDREF table, use the [] operator.
-
class
xsd.ID_IDREF_Table¶ Proper instances of this class will be created within RaptorXML only, instantiation from script code will throw a
NotImplementedErrorexception.