String held in the ``Extension`` attribute of this `` `` element.
(self)
| 99 | |
| 100 | @property |
| 101 | def extension(self): |
| 102 | """String held in the ``Extension`` attribute of this ``<Default>`` element.""" |
| 103 | return self.get("Extension") |
| 104 | |
| 105 | @staticmethod |
| 106 | def new(ext: str, content_type: str): |