mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Fix #2928.
This commit is contained in:
@@ -266,11 +266,13 @@ class Classification(Facet):
|
|||||||
"Data having a {system} reference of {value}",
|
"Data having a {system} reference of {value}",
|
||||||
"Data classified using {system}",
|
"Data classified using {system}",
|
||||||
"Data classified as {value}",
|
"Data classified as {value}",
|
||||||
|
"Classified data",
|
||||||
]
|
]
|
||||||
self.requirement_templates = [
|
self.requirement_templates = [
|
||||||
"Shall have a {system} reference of {value}",
|
"Shall have a {system} reference of {value}",
|
||||||
"Shall be classified using {system}",
|
"Shall be classified using {system}",
|
||||||
"Shall be classified as {value}",
|
"Shall be classified as {value}",
|
||||||
|
"Shall be classified",
|
||||||
]
|
]
|
||||||
super().__init__(value, system, uri, minOccurs, maxOccurs, instructions)
|
super().__init__(value, system, uri, minOccurs, maxOccurs, instructions)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user