Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with EXPRESS schema in STEPmod #2

Open
ronaldtse opened this issue Aug 21, 2020 · 10 comments
Open

Problem with EXPRESS schema in STEPmod #2

ronaldtse opened this issue Aug 21, 2020 · 10 comments

Comments

@ronaldtse
Copy link
Contributor

From @zakjan

It seems that the BNF grammar (1994) is missing EXTENSIBLE keyword, ISO 10303-11 PDF spec (2004) is missing MODEL keyword, etc.

Is this known? Which version(s) should be supported by the grammar, the latest PDF, or all?

@ronaldtse
Copy link
Contributor Author

@zakjan where are you seeing the MODEL keyword? I don't seem to be able to find that in the repo, except in tail remarks...

@zakjan
Copy link
Contributor

zakjan commented Aug 21, 2020

@zakjan
Copy link
Contributor

zakjan commented Aug 21, 2020

For now, I assume that the PDF spec (2004) is the primary reference.

@ronaldtse
Copy link
Contributor Author

@zakjan
Copy link
Contributor

zakjan commented Aug 21, 2020

Also, CONTEXT

@TRThurman
Copy link

TRThurman commented Aug 21, 2020 via email

@zakjan
Copy link
Contributor

zakjan commented Aug 24, 2020

Another question, in the original Express.g4, there is support for "IFC Named parameters". However, there is no mention about it in the spec. Also, the syntax conflicts with tail remark rule. Should this be kept, or removed?

Express.g4

actualParameterList
	: '(' ('--' SimpleId)? parameter (',' ('--' SimpleId)? parameter)* ')' // IFC Named parameters. Ex: -- Axis1 IfcRepresentationItem() || IfcGeometricRepresentationItem() || IfcDirection([-1., 0.])
	;

vs spec

167 actual_parameter_list = ’(’ parameter { ’,’ parameter } ’)’ .

@TRThurman
Copy link

TRThurman commented Aug 24, 2020 via email

@zakjan
Copy link
Contributor

zakjan commented Aug 24, 2020

Thanks!

@ronaldtse
Copy link
Contributor Author

ronaldtse commented Aug 25, 2020

MODEL keyword, etc.
CONTEXT

I checked 10303-14, the MODEL and CONTEXT keywords are not defined there.

@ronaldtse ronaldtse transferred this issue from lutaml/expressir Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants