diff options
Diffstat (limited to 'aai-schema/src/main')
-rw-r--r-- | aai-schema/src/main/resources/onap/aai_schema/aai_schema_v30.xsd | 4 | ||||
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v30/aai_oxm_v30.xml | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v30.xsd b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v30.xsd index 204e43e..c869372 100644 --- a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v30.xsd +++ b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v30.xsd @@ -7380,11 +7380,11 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:complexType> <xs:annotation> <xs:appinfo> - <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Max Number of UEs info of slice profile",indexedProps="max-number-of-UEs-id,data-owner,data-source,data-source-version",uniqueProps="max-number-of-UEs-id",container="max-number-of-ues/",uriTemplate="/max-number-of-ues/max-number-of-ue/{max-number-of-UEs-id}",requiredProps="max-number-of-UEs-id")</annox:annotate> + <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Max Number of UEs info of slice profile",indexedProps="max-number-of-ues-id,data-owner,data-source,data-source-version",uniqueProps="max-number-of-ues-id",container="max-number-of-ues/",uriTemplate="/max-number-of-ues/max-number-of-ue/{max-number-of-ues-id}",requiredProps="max-number-of-ues-id")</annox:annotate> </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element name="max-number-of-UEs-id" type="xs:string" minOccurs="0"> + <xs:element name="max-number-of-ues-id" type="xs:string" minOccurs="0"> <xs:annotation> <xs:appinfo> <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="Unique ID for the object.")</annox:annotate> diff --git a/aai-schema/src/main/resources/onap/oxm/v30/aai_oxm_v30.xml b/aai-schema/src/main/resources/onap/oxm/v30/aai_oxm_v30.xml index 6ad93cd..eda29b5 100644 --- a/aai-schema/src/main/resources/onap/oxm/v30/aai_oxm_v30.xml +++ b/aai-schema/src/main/resources/onap/oxm/v30/aai_oxm_v30.xml @@ -16645,7 +16645,7 @@ <java-type name="MaxNumberOfUe"> <xml-root-element name="max-number-of-ue"/> <java-attributes> - <xml-element java-attribute="maxNumberOfUEsId" name="max-number-of-UEs-id" required="true" type="java.lang.String" xml-key="true"> + <xml-element java-attribute="maxNumberOfUesId" name="max-number-of-ues-id" required="true" type="java.lang.String" xml-key="true"> <xml-properties> <xml-property name="description" value="Unique ID for the object."/> </xml-properties> @@ -16685,11 +16685,11 @@ </java-attributes> <xml-properties> <xml-property name="description" value="Max Number of UEs info of slice profile"/> - <xml-property name="indexedProps" value="max-number-of-UEs-id,data-owner,data-source,data-source-version"/> - <xml-property name="uniqueProps" value="max-number-of-UEs-id"/> + <xml-property name="indexedProps" value="max-number-of-ues-id,data-owner,data-source,data-source-version"/> + <xml-property name="uniqueProps" value="max-number-of-ues-id"/> <xml-property name="container" value="max-number-of-ues/"/> - <xml-property name="uriTemplate" value="/max-number-of-ues/max-number-of-ue/{max-number-of-UEs-id}"/> - <xml-property name="requiredProps" value="max-number-of-UEs-id"/> + <xml-property name="uriTemplate" value="/max-number-of-ues/max-number-of-ue/{max-number-of-ues-id}"/> + <xml-property name="requiredProps" value="max-number-of-ues-id"/> </xml-properties> </java-type> <java-type name="Synchronicities"> |