element_type property
element_type property
Gets or sets the element type. The type attribute indicates the type of the value data. This text string must be understood by the application. Optional attribute.
Definition:
@property
def element_type(self):
...
@element_type.setter
def element_type(self, value):
...