diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-11-01 13:31:52 +0000 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-11-01 13:31:57 +0000 |
commit | 59014bbe1caad302799168d571a37ad86848f53d (patch) | |
tree | 54067abc90a0610922a907801ad31857718e4c10 /aai-schema/src/main/resources/onap | |
parent | 7bf7bd2d17a394790cf1483dc37b3ff742497117 (diff) |
Add the application id to v19 oxm
Issue-ID: AAI-2697
Change-Id: I11b7fb1898b05e7cc3bc5ea841b857c438603f4d
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap')
-rw-r--r-- | aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd | 7 | ||||
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd index 70c6463..72402f9 100644 --- a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd +++ b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v19.xsd @@ -7056,6 +7056,13 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> </xs:element> + <xs:element name="application-id" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="vnf application-id")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> <xs:element ref="tns:relationship-list" minOccurs="0"/> <xs:element ref="tns:l-interfaces" minOccurs="0"/> <xs:element ref="tns:lag-interfaces" minOccurs="0"/> diff --git a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml index 70f4ee9..154bb11 100644 --- a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml +++ b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml @@ -4957,6 +4957,11 @@ <xml-property name="description" value="Network Management profile of this VNF"/> </xml-properties> </xml-element> + <xml-element java-attribute="applicationId" name="application-id" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="vnf application-id"/> + </xml-properties> + </xml-element> <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/> <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v19.LInterfaces"/> <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.onap.org.v19.LagInterfaces"/> |