diff options
author | jimmy <jf2512@att.com> | 2017-09-13 09:36:41 -0400 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2017-09-13 09:36:45 -0400 |
commit | d4a0f78244d85b406a11735f84c7dd0e50eda296 (patch) | |
tree | e188d712cbba42a7472b86354bc133fb54040dec /aai-schema | |
parent | da8f0fe8482473613736974a426e35274449db07 (diff) |
Added mac-address attribute to p-interface
Issue-ID: AAI-292
Change-Id: I2988350eb63fc230d8350a58a5db7cdd90af231d
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml index 5954a3fe..d86d8c6d 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -1989,6 +1989,11 @@ <xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems." /> </xml-properties> </xml-element> + <xml-element java-attribute="macAddress" name="mac-addresss" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="MAC Address of the p-interface." /> + </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." /> |