diff options
author | prakash.e <prakash.e@huawei.com> | 2019-05-02 16:22:17 +0530 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-05-05 23:08:15 +0000 |
commit | 16fbf7b6a84e9d6f9eab0912ddebf76abe4bdc82 (patch) | |
tree | f78e2df87c6be5952c712973624e0640aeb8d1a3 | |
parent | 11dc926dd63a78fc761532a1691eef75ca2a9252 (diff) |
Fix SDWAN aai_schema_v14.xsd site-resource parameters
Added postal-code and city parameters under site-resource
in aai_schema_v14.xsd to update site-resource input
parameters in AAI from SDNC
Change-Id: I9423de1d2362f49be766f054c1cf9df172de4b1e
Issue-ID: SDNC-659
Signed-off-by: Prakash.E <prakash.e@huawei.com>
(cherry picked from commit 81a223a5533fe31442490f1dc77f88ae9facc54e)
-rw-r--r-- | aai-service/provider/src/main/resources/aai_schema_v14.xsd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/aai-service/provider/src/main/resources/aai_schema_v14.xsd b/aai-service/provider/src/main/resources/aai_schema_v14.xsd index 4f915573..0c3256c9 100644 --- a/aai-service/provider/src/main/resources/aai_schema_v14.xsd +++ b/aai-service/provider/src/main/resources/aai_schema_v14.xsd @@ -8938,6 +8938,20 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> </xs:element> + <xs:element name="city" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="copied from complex class to reduce join queries")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="postal-code" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="copied from complex class to reduce join queries")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> <xs:element name="resource-version" type="xs:string" minOccurs="0"> <xs:annotation> <xs:appinfo> |