File¤
File
dataclass
¤
Represents the file element in an equipment register.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
url
|
str
|
The location of the file. The syntax follows RFC 1738
|
required |
sha256
|
str
|
The SHA-256 checksum of the file. |
required |
attributes
|
dict[str, str]
|
XML attributes associated with the |
dict()
|
comment
|
str
|
A comment to associate with the file. |
''
|