mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Since current implementations will allow BCF FoV outside the 45-60 range, let's allow it
This commit is contained in:
@@ -91,8 +91,8 @@
|
||||
</xs:complexType>
|
||||
<xs:simpleType name="FieldOfView">
|
||||
<xs:restriction base="xs:double">
|
||||
<xs:minInclusive value="45"/>
|
||||
<xs:maxInclusive value="60"/>
|
||||
<xs:minInclusive value="1"/>
|
||||
<xs:maxInclusive value="170"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
<xs:complexType name="Components">
|
||||
|
||||
Reference in New Issue
Block a user