CreatePropertyKind

Hi, This is another one that appears to have changed since the much older 0.13 version. Previous for the naming system argument we used something like “urn:resqml:f2i-consulting.com” but now in the example code it appears to be just “F2I”. Any recommendation on which one to use here since in the description it appears to point to the former? Thank you.

HI

For RESQML2.0.1, please follow offiical RESQML documentation : Energistics Online
For RESQML2.2, it does no more exist as such.

The example here is just an example and the property kind does not really exist in a dictionary. Keeping “urn:resqml:f2i-consulting.com” would probably be closer to what it should be.

1 Like

Thank you for the link and all these patient responses!

I started to test this after building client app with latest fesapi and I am getting a lot of warning messages:

Cannot verify if the resqml property kind "porosity" of the continuous property fdb24d37-819a-4f5c-9b52-2e10018e81e0 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "discrete" of the discrete property 2c48c4f6-6c37-46e5-ac1c-1dada03e21b6 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "relative permeability" of the continuous property 91409f36-21b6-446a-87db-dcfc6fcf8a13 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "depth" of the continuous property 57f61fbc-8ab9-4844-9f9c-9a0984b6cdc2 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "transmissibility" of the continuous property e2b0e73f-fc9a-4b3c-8c5b-64ff04a111e5 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "saturation" of the continuous property 47762dc0-e862-4303-acdf-3587a2a665a1 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "property multiplier" of the continuous property 7d46bfb4-be0d-486e-b1ff-08fc34ddbac3 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "thermodynamic temperature" of the continuous property 135f6669-825d-41db-8892-60e81fbbec60 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "continuous" of the continuous property eddc0d7e-7056-4e01-9efa-d55825a1f005 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "unitless" of the continuous property 6c2f9169-05ac-4275-9cb2-066a2edb9ff9 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "saturation" of the continuous property bbc52ce8-7989-4de8-b3b8-0a5c3b563f62 is right because no property kind mapping files have been loaded.
Cannot verify if the resqml property kind "relative permeability" of the continuous property c82c9b06-28de-45a0-9438-89cc4e651acc is right because no property kind mapping files have been loaded.

As far as I can tell I created property kind for all the properties and attached to the property when creating it, so not sure why I am getting these. Appreciate any clarification or perhaps some way to suppress these warnings. Thanks again.

Please take into account this line if you want to verify your RESQML Property Kind according to the official list of RESQML Property kinds which are given here.

1 Like

I see, that makes sense, thanks, will try to integrate that.