Giter Site home page Giter Site logo

Comments (4)

linhard avatar linhard commented on July 20, 2024

The 'project.xsd' is to connect 'extension.xsd' to a BIM-hub.
The place where i would expect a revisionId is in Markup.xsd
Header / File / revisionId
at the moment we have Header / File / Reference (string) to identify IfcFiles belonging to a topic.
Thinking more in Web-Service enviroment than sending bcfzips over email, then the "Reference" is an url which has to be unique.
Within an bcfzip the "Reference" is also unique.
But maybe an revisionId would speed up things ?

from bcf-xml.

berlotti avatar berlotti commented on July 20, 2024

Great!
In that case I have a more detailleed comment.... Most of the time an issue list is based on multiple models. In that case a Reference (or RevisionID, or whatever) should be referenced to multiple sources.
How would you advice to implement such situaties?
Thank you for your answer!

from bcf-xml.

linhard avatar linhard commented on July 20, 2024

In Markup.xsd .../File/... is a 1:n relation to a topic. (1-Topic - n-Files).

example: response from RESTful service which gets the header of a topic:

GET /apex/ifc/BCF/2.0/topicHeader/{token}/{uuid_topic}

200 (OK)
Content-Type: application/json

{
"next":
{
"$ref": "https://iabi.biz/apex/ifc/BCF/2.0/topicHeader/E709152C7F409DB0A5B3B0C3767F6BE6/ac4d181b-71af-4e1d-8c58-f79f0e7d1206?page=1"
},
"items":
[
{
"ifcproject": "0J$yPqHBD12v72y4qF6XcD",
"isexternal": "true",
"filename": "(1) Architecture_V1.0.ifc",
"date": "2012-01-11T17:26:31+01:00 ",
"reference": "https://iabi.biz:8181/apex/ifc/bimit/getIfcFile/{token}/7285113372583126"
},
{
"ifcproject": "0J$yPqHBD12v72y4qF6XcD",
"isexternal": "true",
"filename": "(2) Heating_V2.0.ifc",
"date": "2012-01-11T17:26:31+01:00 ",
"reference": "https://iabi.biz:8181/apex/ifc/bimit/getIfcFile/{token}/7285404115637259"
},
{
"ifcproject": "0J$yPqHBD12v72y4qF6XcD",
"isexternal": "true",
"filename": "Architecture_V3_0.ifc",
"date": "2012-12-13T14:20:51+01:00",
"reference": "https://iabi.biz:8181/apex/ifc/bimit/getIfcFile/{token}/158666726526927354"
}
]
}

from bcf-xml.

berlotti avatar berlotti commented on July 20, 2024

Ah, your RESTful reply is in JSON... I'm now extra interested in the specification on that (see other issue).

Thanks for the reply!

from bcf-xml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.