xsd.ElementPSVI¶
If the schema-validity of an element information item has been assessed, then the PSVI properties are returned in instance attributes of the class.
-
class
xsd.ElementPSVI¶
Attributes¶
-
xsd.ElementPSVI.element_declaration¶ An item isomorphic to the governing declaration component itself.
-
xsd.ElementPSVI.inherited_attributes¶ A list of inherited attribute information items. Inheritance is described here. http://www.w3.org/TR/2012/REC-xmlschema11-1-20120405/structures.html#Inherited_attributes
-
xsd.ElementPSVI.member_type_definition¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.member_type_definition_anonymous¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.member_type_definition_name¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.member_type_definition_namespace¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.member_type_definitions¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.nil¶ A value of True if clause 3.2.3 of Element Locally Valid (Element) is satisfied, otherwise False.
-
xsd.ElementPSVI.schema_actual_value¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.schema_normalized_value¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.type_definition¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.type_definition_anonymous¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.type_definition_name¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.type_definition_namespace¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.type_definition_type¶ If a governing type definition is known for an element information item, then in the post-schema-validation infoset the value of the item.
-
xsd.ElementPSVI.validation_attempted¶ One of full, none, or partial.
-
xsd.ElementPSVI.validity¶ One of valid, invalid, or notKNown.
Special methods¶
__bool__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__