diff options
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v22')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml b/aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml index 0fbdc8d..52e66b5 100644 --- a/aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml +++ b/aai-schema/src/main/resources/onap/oxm/v22/aai_oxm_v22.xml @@ -1337,6 +1337,16 @@ <xml-property name="description" value="tenant parent-id"/> </xml-properties> </xml-element> + <xml-element java-attribute="productionState" name="production-state" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Production state"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="supportModel" name="support-model" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Support Model"/> + </xml-properties> + </xml-element> <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String"> <xml-properties> <xml-property name="description" value="Used for optimistic concurrency. Must be empty on create, valid on update and delete."/> @@ -3956,16 +3966,6 @@ <xml-property name="suggestibleOnSearch" value="true"/> </xml-properties> </xml-element> - <xml-element java-attribute="productionState" name="production-state" type="java.lang.String"> - <xml-properties> - <xml-property name="description" value="Production state"/> - </xml-properties> - </xml-element> - <xml-element java-attribute="supportModel" name="support-model" type="java.lang.String"> - <xml-properties> - <xml-property name="description" value="Support Model"/> - </xml-properties> - </xml-element> </java-attributes> <xml-properties> <xml-property name="description" value="Instance of a service"/> |