diff options
author | zhangqingjie <zhangqingjie@huawei.com> | 2020-02-07 10:31:29 +0800 |
---|---|---|
committer | zhangqingjie <zhangqingjie@huawei.com> | 2020-02-11 09:33:22 +0800 |
commit | 5a0a21b3908e146810a992c575cf0fed102cfeb8 (patch) | |
tree | b97279d20cebb264c90bd4834e6e8331e60f7ca4 | |
parent | f1bb2521bb4ae096878ff20f9cfeb243e673071b (diff) |
AAI schema update for 5G Network Slicing
Issue-ID: AAI-2600
Support 5G Network Slicing, new communication-service-profile/
service-profile/slicing-profile nodes,and modify service-instance node.
Signed-off-by: zhangqingjie <zhangqingjie@huawei.com>
Change-Id: Idac59df73d2ed38dcf618167c47560628376ed0b
3 files changed, 959 insertions, 159 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 f4b6bf2..92cf80c 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 @@ -18,22 +18,22 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:sequence> <xs:element name="inventory-item-type" type="xs:string" minOccurs="0"/> <xs:element name="inventory-item-link" type="xs:string" minOccurs="0"/> - <xs:element ref="tns:inventory-item-data" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:tagged-inventory-item-list" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:inventory-item-data" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:tagged-inventory-item-list" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="tagged-inventory-item-list"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:inventory-item" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:inventory-item" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="edge-tag-query-result"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:tagged-inventory-item-list" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:tagged-inventory-item-list" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -67,9 +67,9 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="edge-tag" type="xs:string" minOccurs="0"/> <xs:element name="result-detail" type="xs:string" minOccurs="0"/> <xs:element name="start-node-type" type="xs:string" minOccurs="0"/> - <xs:element ref="tns:start-node-filter" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:include-node-filter" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:secondary-filter" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:start-node-filter" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:include-node-filter" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:secondary-filter" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -101,7 +101,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="search-results"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:result-data" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:result-data" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -184,15 +184,15 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> </xs:element> - <xs:element ref="tns:relationship-data" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:related-to-property" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:relationship-data" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:related-to-property" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="relationship-list"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:relationship" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:relationship" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -258,7 +258,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:oam-network" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:oam-network" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -303,7 +303,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:dvs-switch" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:dvs-switch" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -359,7 +359,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:complexType> <xs:sequence> <xs:element ref="tns:oam-networks" minOccurs="0"/> - <xs:element ref="tns:az-and-dvs-switches" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:az-and-dvs-switches" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -393,7 +393,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:complexType> <xs:sequence> <xs:element name="action-type" type="xs:string" minOccurs="0"/> - <xs:element ref="tns:action-data" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:action-data" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -406,9 +406,9 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:annotation> <xs:sequence> <xs:element name="update-node-type" type="xs:string" minOccurs="0"/> - <xs:element ref="tns:update-node-key" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:update-node-key" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="update-node-uri" type="xs:string" minOccurs="0"/> - <xs:element ref="tns:action" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:action" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -426,7 +426,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="event-id" type="xs:string" minOccurs="0"/> <xs:element name="node-type" type="xs:string" minOccurs="0"/> <xs:element name="event-trigger" type="xs:string" minOccurs="0"/> - <xs:element ref="tns:key-data" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:key-data" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="selflink" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> @@ -494,7 +494,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="ctag-pools"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:ctag-pool" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:ctag-pool" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -572,7 +572,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:complex" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:complex" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -652,7 +652,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:volume-group" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:volume-group" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -697,7 +697,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:volume" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:volume" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -944,15 +944,15 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:annotation> </xs:element> <xs:element ref="tns:relationship-list" minOccurs="0"/> - <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="vlans"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:vlan" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vlan" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1074,7 +1074,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:sriov-vf" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:sriov-vf" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1202,8 +1202,8 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element ref="tns:sriov-vfs" minOccurs="0"/> <xs:element ref="tns:l-interfaces" minOccurs="0"/> <xs:element ref="tns:relationship-list" minOccurs="0"/> - <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="admin-status" type="xs:string" minOccurs="0"> <xs:annotation> <xs:appinfo> @@ -1222,7 +1222,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:l-interface" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:l-interface" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1304,7 +1304,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:vserver" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vserver" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1377,7 +1377,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:nos-server" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:nos-server" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1431,7 +1431,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:tenant" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:tenant" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1512,7 +1512,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:annotation> </xs:element> <xs:element ref="tns:relationship-list" minOccurs="0"/> - <xs:element ref="tns:hpa-feature-attributes" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:hpa-feature-attributes" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1524,7 +1524,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:hpa-capability" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:hpa-capability" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1632,7 +1632,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:flavor" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:flavor" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1691,7 +1691,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:group-assignment" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:group-assignment" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1792,7 +1792,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:snapshot" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:snapshot" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1830,7 +1830,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:metadatum" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:metadatum" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1925,7 +1925,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:image" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:image" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -1937,7 +1937,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:availability-zone" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:availability-zone" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -2244,7 +2244,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:esr-system-info" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:esr-system-info" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -2364,8 +2364,8 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element ref="tns:oam-networks" minOccurs="0"/> <xs:element ref="tns:availability-zones" minOccurs="0"/> <xs:element ref="tns:relationship-list" minOccurs="0"/> - <xs:element ref="tns:vip-ipv4-address-list" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:vip-ipv6-address-list" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vip-ipv4-address-list" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:vip-ipv6-address-list" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="tns:hpa-capabilities" minOccurs="0"> <xs:annotation> <xs:appinfo> @@ -2385,7 +2385,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:cloud-region" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:cloud-region" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -2430,7 +2430,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:network-profile" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:network-profile" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -2468,7 +2468,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:sriov-pf" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:sriov-pf" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -2627,7 +2627,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:p-interface" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:p-interface" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -2715,7 +2715,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:lag-interface" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:lag-interface" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -2952,7 +2952,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element ref="tns:relationship-list" minOccurs="0"/> <xs:element ref="tns:p-interfaces" minOccurs="0"/> <xs:element ref="tns:lag-interfaces" minOccurs="0"/> - <xs:element ref="tns:hpa-capacity" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:hpa-capacity" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -2964,7 +2964,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:pserver" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:pserver" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3009,7 +3009,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:virtual-data-center" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:virtual-data-center" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3082,7 +3082,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:operational-environment" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:operational-environment" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3127,7 +3127,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:network-technology" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:network-technology" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3184,7 +3184,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:esr-ems" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:esr-ems" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3237,7 +3237,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:esr-vnfm" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:esr-vnfm" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3283,7 +3283,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:esr-nfvo" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:esr-nfvo" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3343,7 +3343,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:esr-thirdparty-sdnc" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:esr-thirdparty-sdnc" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3425,7 +3425,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:connector" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:connector" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3463,7 +3463,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:tunnel-xconnect" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:tunnel-xconnect" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3614,7 +3614,436 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:allotted-resource" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:allotted-resource" minOccurs="0" maxOccurs="unbounded"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="communication-service-profile"> + <xs:complexType> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Requirement of comunication service.",uniqueProps="profile-id",indexedProps="profile-id",container="communication-service-profiles",dependentOn="service-instance",uriTemplate="/service-instances/service-instance/{service-instance-id}/communication-service-profiles/communication-service-profile/{profile-id}",searcheable="profile-id")</annox:annotate> + </xs:appinfo> + </xs:annotation> + <xs:sequence> + <xs:element name="profile-id" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="ID of the profile.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="max-number-of-UEs" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The maximum number of UEs may simultaneously access the communication service")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="coverage-area-list" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="A list of TrackingAreas where the NSI can be selected.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="latency" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The packet transmission latency (millisecond) through the RAN, CN, and TN part of 5G network and is used to evaluate utilization performance of the end-to-end network slice instance.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="exp-data-rate-UL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User experience data rate of upload.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="exp-data-rate-DL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User experience data rate of download.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="ue-mobility-level" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User mobility level, value can be stationary, nomadic, restricted mobility, fully mobility.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="resource-sharing-level" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Whether the resources to be allocated to the network slice instance may be shared with another network slice instance(s).")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="resource-version" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element ref="tns:relationship-list" minOccurs="0"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="communication-service-profiles"> + <xs:complexType> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of communication service profile.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + <xs:sequence> + <xs:element ref="tns:communication-service-profile" minOccurs="0" maxOccurs="unbounded"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="service-profile"> + <xs:complexType> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Requirement of E2E Slice service.",uniqueProps="profile-id",indexedProps="profile-id",container="service-profiles",dependentOn="service-instance",uriTemplate="/service-instances/service-instance/{service-instance-id}/service-profiles/service-profile/{profile-id}",searcheable="profile-id")</annox:annotate> + </xs:appinfo> + </xs:annotation> + <xs:sequence> + <xs:element name="profile-id" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="ID of the profile.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="latency" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The packet transmission latency (millisecond) through the RAN, CN, and TN part of 5G network and is used to evaluate utilization performance of the end-to-end network slice instance.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="max-number-of-UEs" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The maximum number of UEs may simultaneously access the E2E slice service")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="coverage-area-TA-list" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="A list of TrackingAreas where the NSI can be selected.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="ue-mobility-level" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User mobility level, value can be stationary, nomadic, restricted mobility, fully mobility.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="resource-sharing-level" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Whether the resources to be allocated to the network slice instance may be shared with another network slice instance(s).")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="exp-data-rate-UL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User experience data rate of upload.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="exp-data-rate-DL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User experience data rate of download.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="area-traffic-cap-UL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The area traffic capbility of upload.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="area-traffic-cap-DL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The area traffic capbility of download.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="activity-factor" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The activity factor.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="jitter" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="jitter")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="survival-time" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Survival Time")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="cs-availability" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The availability requirement for an network slice instance, expressed as a percentage.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="reliability" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The reliability requirement for an network slice instance, expressed as a percentage.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="exp-data-rate" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User experience data rate.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="traffic-density" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="traffic density")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="conn-density" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="connection density")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="resource-version" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element ref="tns:relationship-list" minOccurs="0"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="service-profiles"> + <xs:complexType> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of E2E slice service profile.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + <xs:sequence> + <xs:element ref="tns:service-profile" minOccurs="0" maxOccurs="unbounded"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="slice-profile"> + <xs:complexType> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Requirement of network slice subnet service.",uniqueProps="profile-id",indexedProps="profile-id",container="slice-profiles",dependentOn="service-instance",uriTemplate="/service-instances/service-instance/{service-instance-id}/slice-profiles/slice-profile/{profile-id}",searcheable="profile-id")</annox:annotate> + </xs:appinfo> + </xs:annotation> + <xs:sequence> + <xs:element name="profile-id" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(isKey=true,description="ID of the profile.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="latency" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The packet transmission latency (millisecond) through the RAN or CN or TN and is used to evaluate utilization performance of the end-to-end network slice instance.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="max-number-of-UEs" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The maximum number of UEs may simultaneously access the slice subnet service")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="coverage-area-TA-list" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="A list of TrackingAreas where the NSSI can be selected.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="ue-mobility-level" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User mobility level, value can be stationary, nomadic, restricted mobility, fully mobility.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="resource-sharing-level" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Whether the resources to be allocated to the slice subnet instance may be shared with another network slice instance(s).")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="exp-data-rate-UL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User experience data rate of upload.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="exp-data-rate-DL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User experience data rate of download.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="area-traffic-cap-UL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The area traffic capbility of upload.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="area-traffic-cap-DL" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The area traffic capbility of download.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="activity-factor" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The activity factor.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="e2e-latency" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="e2e latency")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="jitter" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="jitter")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="survival-time" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Survival Time")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="cs-availability" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The availability requirement for an network slice subnet instance, expressed as a percentage.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="reliability" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="The reliability requirement for an network slice subnet instance, expressed as a percentage.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="exp-data-rate" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="User experience data rate.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="payload-size" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="payload size.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="traffic-density" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="traffic density")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="conn-density" type="xs:int" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="connection density")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="service-area-dimension" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="service area dimension")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="s-nssai" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="S-NSSAI")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element name="resource-version" type="xs:string" minOccurs="0"> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="Used for optimistic concurrency. Must be empty on create, valid on update and delete.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + </xs:element> + <xs:element ref="tns:relationship-list" minOccurs="0"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="slice-profiles"> + <xs:complexType> + <xs:annotation> + <xs:appinfo> + <annox:annotate target="class">@org.onap.aai.annotations.Metadata(description="Collection of slice subnet service profile.")</annox:annotate> + </xs:appinfo> + </xs:annotation> + <xs:sequence> + <xs:element ref="tns:slice-profile" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3804,6 +4233,9 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element ref="tns:relationship-list" minOccurs="0"/> <xs:element ref="tns:metadata" minOccurs="0"/> <xs:element ref="tns:allotted-resources" minOccurs="0"/> + <xs:element ref="tns:communication-service-profiles" minOccurs="0"/> + <xs:element ref="tns:service-profiles" minOccurs="0"/> + <xs:element ref="tns:slice-profiles" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3815,7 +4247,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:service-instance" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:service-instance" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3861,7 +4293,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:service-subscription" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:service-subscription" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3914,7 +4346,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:customer" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:customer" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3952,7 +4384,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:line-of-business" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:line-of-business" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -3997,7 +4429,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:owning-entity" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:owning-entity" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4035,7 +4467,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:platform" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:platform" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4073,7 +4505,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:project" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:project" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4153,7 +4585,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:sp-partner" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:sp-partner" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4237,7 +4669,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:vnf-image" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vnf-image" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4296,7 +4728,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:service" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:service" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4341,7 +4773,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:service-capability" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:service-capability" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4371,7 +4803,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="element-choice-sets"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:element-choice-set" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:element-choice-set" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4401,7 +4833,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="constrained-element-sets"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:constrained-element-set" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:constrained-element-set" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4435,7 +4867,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="model-constraints"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:model-constraint" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:model-constraint" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4468,7 +4900,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> </xs:element> - <xs:element name="linkage-points" type="xs:string" minOccurs="0" maxOccurs="5000"/> + <xs:element name="linkage-points" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="resource-version" type="xs:string" minOccurs="0"> <xs:annotation> <xs:appinfo> @@ -4497,7 +4929,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="model-elements"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:model-element" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:model-element" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4567,7 +4999,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="model-vers"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:model-ver" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:model-ver" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4613,7 +5045,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:model" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:model" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4636,7 +5068,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="source-node-property" type="xs:string" minOccurs="0"/> <xs:element name="target-node-type" type="xs:string" minOccurs="0"/> <xs:element name="target-node-property" type="xs:string" minOccurs="0"/> - <xs:element name="property-collect-list" type="xs:string" minOccurs="0" maxOccurs="5000"/> + <xs:element name="property-collect-list" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="resource-version" type="xs:string" minOccurs="0"/> <xs:element ref="tns:relationship-list" minOccurs="0"/> </xs:sequence> @@ -4645,7 +5077,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="related-lookups"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:related-lookup" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:related-lookup" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4674,7 +5106,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="property-constraints"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:property-constraint" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:property-constraint" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4693,7 +5125,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> </xs:element> - <xs:element name="property-collect-list" type="xs:string" minOccurs="0" maxOccurs="5000"/> + <xs:element name="property-collect-list" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="resource-version" type="xs:string" minOccurs="0"/> <xs:element name="property-limit-desc" type="xs:string" minOccurs="0"/> <xs:element name="do-not-output" type="xs:string" minOccurs="0"/> @@ -4707,7 +5139,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="named-query-elements"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:named-query-element" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:named-query-element" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4731,7 +5163,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="required-input-params" minOccurs="0"> <xs:complexType> <xs:sequence> - <xs:element name="required-input-param" type="xs:string" minOccurs="0" maxOccurs="5000"/> + <xs:element name="required-input-param" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4745,7 +5177,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="named-queries"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:named-query" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:named-query" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4932,7 +5364,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:logical-link" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:logical-link" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -4984,7 +5416,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:class-of-service" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:class-of-service" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5058,7 +5490,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:site-pair" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:site-pair" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5104,7 +5536,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:routing-instance" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:routing-instance" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5143,7 +5575,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:site-pair-set" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:site-pair-set" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5188,7 +5620,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:route-target" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:route-target" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5347,7 +5779,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="vpn-bindings"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:vpn-binding" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vpn-binding" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5415,7 +5847,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:vpls-pe" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vpls-pe" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5467,7 +5899,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:multicast-configuration" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:multicast-configuration" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5500,7 +5932,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="cvlan-tags"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:cvlan-tag-entry" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:cvlan-tag-entry" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5597,7 +6029,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="port-groups"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:port-group" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:port-group" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5642,7 +6074,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:license" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:license" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5687,7 +6119,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:entitlement" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:entitlement" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5847,7 +6279,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:vce" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vce" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5881,8 +6313,8 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:annotation> </xs:element> <xs:element ref="tns:relationship-list" minOccurs="0"/> - <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5894,7 +6326,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:cp" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:cp" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -5999,8 +6431,8 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:element> <xs:element ref="tns:relationship-list" minOccurs="0"/> <xs:element ref="tns:cps" minOccurs="0"/> - <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:l3-interface-ipv4-address-list" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:l3-interface-ipv6-address-list" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6012,7 +6444,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:vnfc" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vnfc" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6066,7 +6498,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="host-routes"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:host-route" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:host-route" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6191,7 +6623,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="subnets"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:subnet" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:subnet" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6224,7 +6656,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="ctag-assignments"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:ctag-assignment" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:ctag-assignment" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6262,7 +6694,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:segmentation-assignment" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:segmentation-assignment" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6321,7 +6753,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:aggregate-route" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:aggregate-route" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6539,7 +6971,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="l3-networks"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:l3-network" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:l3-network" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6586,7 +7018,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="network-policies"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:network-policy" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:network-policy" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -6722,7 +7154,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:vf-module" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vf-module" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -7157,7 +7589,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:generic-vnf" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:generic-vnf" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -7195,7 +7627,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:lag-link" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:lag-link" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -7318,7 +7750,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:newvce" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:newvce" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -7355,7 +7787,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:software-version" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:software-version" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -7424,7 +7856,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="vrfs"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:vrf" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vrf" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -7676,7 +8108,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:pnf" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:pnf" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -7784,7 +8216,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:physical-link" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:physical-link" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -7803,14 +8235,14 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> </xs:element> - <xs:element name="ipaddress-v4-vig" type="xs:string" minOccurs="0" maxOccurs="5000"> + <xs:element name="ipaddress-v4-vig" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo> <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v4 IP of the vig server")</annox:annotate> </xs:appinfo> </xs:annotation> </xs:element> - <xs:element name="ipaddress-v6-vig" type="xs:string" minOccurs="0" maxOccurs="5000"> + <xs:element name="ipaddress-v6-vig" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:appinfo> <annox:annotate target="field">@org.onap.aai.annotations.Metadata(description="v6 IP of the vig server")</annox:annotate> @@ -7831,7 +8263,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="vig-servers"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:vig-server" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vig-server" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8005,7 +8437,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="ipsec-configurations"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:ipsec-configuration" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:ipsec-configuration" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8050,7 +8482,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:route-table-reference" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:route-table-reference" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8137,7 +8569,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:instance-group" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:instance-group" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8210,7 +8642,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:zone" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:zone" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8270,7 +8702,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:vlan-mapping" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vlan-mapping" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8332,7 +8764,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="forwarder-evcs"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:forwarder-evc" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:forwarder-evc" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8463,7 +8895,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="evcs"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:evc" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:evc" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8595,7 +9027,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:configuration" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:configuration" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8635,7 +9067,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="forwarders"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:forwarder" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:forwarder" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8683,7 +9115,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="forwarding-paths"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:forwarding-path" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:forwarding-path" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8772,7 +9204,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="collections"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:collection" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:collection" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -8833,7 +9265,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="vlan-tags"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:vlan-tag" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:vlan-tag" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9011,7 +9443,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:connectivity" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:connectivity" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9119,7 +9551,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:dhcp-service" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:dhcp-service" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9221,7 +9653,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:lan-port-config" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:lan-port-config" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9294,7 +9726,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:network-resource" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:network-resource" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9402,7 +9834,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:site-resource" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:site-resource" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9510,7 +9942,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:sdwan-vpn" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:sdwan-vpn" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9653,7 +10085,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:device" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:device" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9845,7 +10277,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:wan-port-config" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:wan-port-config" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9886,7 +10318,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="ext-aai-networks"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:ext-aai-network" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:ext-aai-network" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -9971,8 +10403,8 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="aai-internal"> <xs:complexType> <xs:sequence> - <xs:element ref="tns:reserved-prop-names" minOccurs="0" maxOccurs="5000"/> - <xs:element ref="tns:edge-prop-names" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:reserved-prop-names" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:edge-prop-names" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10031,7 +10463,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:contact" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:contact" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10169,7 +10601,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:instance-filter" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:instance-filter" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10186,7 +10618,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:secondary-filt" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:secondary-filt" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10235,7 +10667,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:extra-property" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:extra-property" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10261,7 +10693,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:inventory-response-item" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:inventory-response-item" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10378,7 +10810,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:uni" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:uni" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10493,7 +10925,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:te-link-attribute" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:te-link-attribute" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10622,7 +11054,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:label-restriction" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:label-restriction" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> @@ -10751,7 +11183,7 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" </xs:appinfo> </xs:annotation> <xs:sequence> - <xs:element ref="tns:tunnel-termination-point" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:tunnel-termination-point" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json index b581854..a4ad903 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json @@ -3177,8 +3177,47 @@ "SVC-INFRA": "NONE", "prevent-delete": "NONE", "default": "true", - "description":"" + "description":"" + }, + { + "from": "communication-service-profile", + "to": "service-instance", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + }, + { + "from": "service-profile", + "to": "service-instance", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + }, + { + "from": "slice-profile", + "to": "service-instance", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" } - + ] } 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 d205af8..6e71593 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 @@ -3127,6 +3127,9 @@ <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/> <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.onap.org.v19.Metadata"/> <xml-element java-attribute="allottedResources" name="allotted-resources" type="inventory.aai.onap.org.v19.AllottedResources"/> + <xml-element java-attribute="communicationServiceProfiles" name="communication-service-profiles" type="inventory.aai.onap.org.v19.CommunicationServiceProfiles"/> + <xml-element java-attribute="serviceProfiles" name="service-profiles" type="inventory.aai.onap.org.v19.ServiceProfiles"/> + <xml-element java-attribute="sliceProfiles" name="slice-profiles" type="inventory.aai.onap.org.v19.SliceProfiles"/> </java-attributes> <xml-properties> <xml-property name="description" value="Instance of a service"/> @@ -9184,12 +9187,338 @@ <xml-properties> <xml-property name="description" value="Aggregate route configs are used on the D2 IPE’s for the Voice services. In 1902, SDNC will create aggregate-route objects and write them to A&AI. "/> <xml-property name="uniqueProps" value="route-id"/> - <xml-property name="container" value="aggregate-routes"/> + <xml-property name="container" value="aggregate-routes"/> <xml-property name="dependentOn" value="l3-network"/> <xml-property name="uriTemplate" value="/aggregate-routes/aggregate-route/{route-id}"/> <xml-property name="requiredProps" value="route-id,network-start-address,cidr-mask,ip-version"/> </xml-properties> </java-type> - + <java-type name="CommunicationServiceProfiles"> + <xml-properties> + <xml-property name="description" value="Collection of communication service profile."/> + </xml-properties> + <xml-root-element name="communication-service-profiles"/> + <java-attributes> + <xml-element container-type="java.util.ArrayList" java-attribute="communicationServiceProfile" name="communication-service-profile" type="inventory.aai.onap.org.v19.CommunicationServiceProfile"/> + </java-attributes> + </java-type> + <java-type name="CommunicationServiceProfile"> + <xml-root-element name="communication-service-profile"/> + <java-attributes> + <xml-element java-attribute="profileId" name="profile-id" required="true" type="java.lang.String" xml-key="true" > + <xml-properties> + <xml-property name="description" value="ID of the profile."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="maxNumberOfUEs" name="max-number-of-UEs" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The maximum number of UEs may simultaneously access the communication service"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="coverageAreaList" name="coverage-area-list" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="A list of TrackingAreas where the NSI can be selected."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="latency" name="latency" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The packet transmission latency (millisecond) through the RAN, CN, and TN part of 5G network and is used to evaluate utilization performance of the end-to-end network slice instance."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="expDataRateUL" name="exp-data-rate-UL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="User experience data rate of upload."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="expDataRateDL" name="exp-data-rate-DL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="User experience data rate of download."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="uEMobilityLevel" name="ue-mobility-level" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="User mobility level, value can be stationary, nomadic, restricted mobility, fully mobility."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="resourceSharingLevel" name="resource-sharing-level" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Whether the resources to be allocated to the network slice instance may be shared with another network slice instance(s)."/> + </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."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/> + </java-attributes> + <xml-properties> + <xml-property name="description" value="Requirement of comunication service."/> + <xml-property name="uniqueProps" value="profile-id"/> + <xml-property name="indexedProps" value="profile-id"/> + <xml-property name="container" value="communication-service-profiles"/> + <xml-property name="dependentOn" value="service-instance"/> + <xml-property name="uriTemplate" value="/service-instances/service-instance/{service-instance-id}/communication-service-profiles/communication-service-profile/{profile-id}"/> + <xml-property name="searcheable" value="profile-id"/> + </xml-properties> + </java-type> + <java-type name="ServiceProfiles"> + <xml-properties> + <xml-property name="description" value="Collection of E2E slice service profile."/> + </xml-properties> + <xml-root-element name="service-profiles"/> + <java-attributes> + <xml-element container-type="java.util.ArrayList" java-attribute="serviceProfile" name="service-profile" type="inventory.aai.onap.org.v19.ServiceProfile"/> + </java-attributes> + </java-type> + <java-type name="ServiceProfile"> + <xml-root-element name="service-profile"/> + <java-attributes> + <xml-element java-attribute="profileId" name="profile-id" required="true" type="java.lang.String" xml-key="true" > + <xml-properties> + <xml-property name="description" value="ID of the profile."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="latency" name="latency" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The packet transmission latency (millisecond) through the RAN, CN, and TN part of 5G network and is used to evaluate utilization performance of the end-to-end network slice instance."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="maxNumberOfUEs" name="max-number-of-UEs" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The maximum number of UEs may simultaneously access the E2E slice service"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="coverageAreaTAList" name="coverage-area-TA-list" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="A list of TrackingAreas where the NSI can be selected."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="uEMobilityLevel" name="ue-mobility-level" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="User mobility level, value can be stationary, nomadic, restricted mobility, fully mobility."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="resourceSharingLevel" name="resource-sharing-level" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Whether the resources to be allocated to the network slice instance may be shared with another network slice instance(s)."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="expDataRateUL" name="exp-data-rate-UL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="User experience data rate of upload."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="expDataRateDL" name="exp-data-rate-DL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="User experience data rate of download."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="areaTrafficCapUL" name="area-traffic-cap-UL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The area traffic capbility of upload."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="areaTrafficCapDL" name="area-traffic-cap-DL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The area traffic capbility of download."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="activityFactor" name="activity-factor" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The activity factor."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="jitter" name="jitter" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="jitter"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="survivalTime" name="survival-time" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="Survival Time"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="csAvailability" name="cs-availability" type="java.lang.Float"> + <xml-properties> + <xml-property name="description" value="The availability requirement for an network slice instance, expressed as a percentage."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="reliability" name="reliability" type="java.lang.Float"> + <xml-properties> + <xml-property name="description" value="The reliability requirement for an network slice instance, expressed as a percentage."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="expDataRate" name="exp-data-rate" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="User experience data rate."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="trafficDensity" name="traffic-density" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="traffic density"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="connDensity" name="conn-density" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="connection density"/> + </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."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/> + </java-attributes> + <xml-properties> + <xml-property name="description" value="Requirement of E2E Slice service."/> + <xml-property name="uniqueProps" value="profile-id"/> + <xml-property name="indexedProps" value="profile-id"/> + <xml-property name="container" value="service-profiles"/> + <xml-property name="dependentOn" value="service-instance"/> + <xml-property name="uriTemplate" value="/service-instances/service-instance/{service-instance-id}/service-profiles/service-profile/{profile-id}"/> + <xml-property name="searcheable" value="profile-id"/> + </xml-properties> + </java-type> + <java-type name="SliceProfiles"> + <xml-properties> + <xml-property name="description" value="Collection of slice subnet service profile."/> + </xml-properties> + <xml-root-element name="slice-profiles"/> + <java-attributes> + <xml-element container-type="java.util.ArrayList" java-attribute="sliceProfile" name="slice-profile" type="inventory.aai.onap.org.v19.SliceProfile"/> + </java-attributes> + </java-type> + <java-type name="SliceProfile"> + <xml-root-element name="slice-profile"/> + <java-attributes> + <xml-element java-attribute="profileId" name="profile-id" required="true" type="java.lang.String" xml-key="true" > + <xml-properties> + <xml-property name="description" value="ID of the profile."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="latency" name="latency" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The packet transmission latency (millisecond) through the RAN or CN or TN and is used to evaluate utilization performance of the end-to-end network slice instance."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="maxNumberOfUEs" name="max-number-of-UEs" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The maximum number of UEs may simultaneously access the slice subnet service"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="coverageAreaTAList" name="coverage-area-TA-list" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="A list of TrackingAreas where the NSSI can be selected."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="uEMobilityLevel" name="ue-mobility-level" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="User mobility level, value can be stationary, nomadic, restricted mobility, fully mobility."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="resourceSharingLevel" name="resource-sharing-level" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Whether the resources to be allocated to the slice subnet instance may be shared with another network slice instance(s)."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="expDataRateUL" name="exp-data-rate-UL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="User experience data rate of upload."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="expDataRateDL" name="exp-data-rate-DL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="User experience data rate of download."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="areaTrafficCapUL" name="area-traffic-cap-UL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The area traffic capbility of upload."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="areaTrafficCapDL" name="area-traffic-cap-DL" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The area traffic capbility of download."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="activityFactor" name="activity-factor" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="The activity factor."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="e2eLatency" name="e2e-latency" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="e2e latency"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="jitter" name="jitter" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="jitter"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="survivalTime" name="survival-time" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="Survival Time"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="csAvailability" name="cs-availability" type="java.lang.Float"> + <xml-properties> + <xml-property name="description" value="The availability requirement for an network slice subnet instance, expressed as a percentage."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="reliability" name="reliability" type="java.lang.Float"> + <xml-properties> + <xml-property name="description" value="The reliability requirement for an network slice subnet instance, expressed as a percentage."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="expDataRate" name="exp-data-rate" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="User experience data rate."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="payloadSize" name="payload-size" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="payload size."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="trafficDensity" name="traffic-density" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="traffic density"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="connDensity" name="conn-density" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="connection density"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="serviceAreaDimension" name="service-area-dimension" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="service area dimension"/> + </xml-properties> + </xml-element> + <xml-element java-attribute="S-NSSAI" name="s-nssai" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="S-NSSAI"/> + </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."/> + </xml-properties> + </xml-element> + <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/> + </java-attributes> + <xml-properties> + <xml-property name="description" value="Requirement of network slice subnet service."/> + <xml-property name="uniqueProps" value="profile-id"/> + <xml-property name="indexedProps" value="profile-id"/> + <xml-property name="container" value="slice-profiles"/> + <xml-property name="dependentOn" value="service-instance"/> + <xml-property name="uriTemplate" value="/service-instances/service-instance/{service-instance-id}/slice-profiles/slice-profile/{profile-id}"/> + <xml-property name="searcheable" value="profile-id"/> + </xml-properties> + </java-type> </java-types> </xml-bindings> |