openBackhaul / airInterface

Technology specific interface definition for microwave air interfaces
Apache License 2.0
3 stars 0 forks source link

When statement contains wrong path? #20

Closed openBackhaul closed 4 years ago

openBackhaul commented 4 years ago

when "derived-from-or-self(./core-model:layer-protocol-name, 'air-interface:LAYER_PROTOCOL_NAME_TYPE_AIR_LAYER')";

might need to be changed to

when "derived-from-or-self(core-model:layer-protocol-name, 'air-interface:LAYER_PROTOCOL_NAME_TYPE_AIR_LAYER')";

without "./" ?