Fix a couple of broken properties

This commit is contained in:
Dion Moult
2019-01-27 23:16:14 +11:00
parent 6e7a0138cd
commit 3448bb477c

View File

@@ -233,7 +233,7 @@
},
"IfcLengthMeasure": {
"base": "xs:double",
"property": "PropertyFloat"
"property": "PropertyLength"
},
"IfcLinearForceMeasure": {
"base": "xs:double",
@@ -550,5 +550,9 @@
"logical": {
"base": "xs:normalizedString",
"property": "PropertyString"
},
"List-IfcCompoundPlaneAngleMeasure": {
"base": "xs:string",
"property": "PropertyString"
}
}
}