-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_CS01
-
Fix Version/s: V4.01_CS02
-
Labels:None
-
Environment:
Proposed
-
Proposal:
-
Resolution:
Assume service A references service B, which in turn references service C.
If I annotate an entity type in service A with a path expression using cross-service navigation to services B and C, do I need to reference/include the corresponding schemas of B an C, or is it sufficient to only reference/include the schema of service A containing the targeted entity type?
Example
<Annotations Target="SchemaServiceA.SomeEntityType"> <Annotation Term="SomeVocab.SomeTerm" Path="NavPropToServiceB/NavPropToServiceC/ServiceCProperty"/> </Annotations>