revision property
revision property
Gets or sets the revision information. The revision element contains the revision information for the parent element. The revision element may appear zero or one time.
Definition:
@property
def revision(self):
...
@revision.setter
def revision(self, value):
...