Hi Harish, I tried to regenerate the AAI XSD/HTML/YAML files using the newly merged code and it seems to be producing different results from the checked-in XSD:
==== @@ -16,26 +16,26 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" <xs:element name="inventory-item"> <xs:complexType> <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="unbounded"/> - <xs:element ref="tns:tagged-inventory-item-list" minOccurs="0" maxOccurs="unbounded"/> + <xs:element ref="tns:inventory-item-data" minOccurs="0" maxOccurs="5000"/> + <xs:element ref="tns:tagged-inventory-item-list" minOccurs="0" maxOccurs="5000"/> </xs:sequence> </xs:complexType> </xs:element> ==== Can you please confirm that the change from "unbounded" to "5000" is intentional? Is this new maxOccurs limit going to affect existing ONAP systems and databases? Is there a migration plan for existing database that exceed 5000 items? Is there a configuration setting or growth plan for going beyond 5000 items? Thanks, Keong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11868): https://lists.onap.org/g/onap-discuss/message/11868 Mute This Topic: https://lists.onap.org/mt/23857209/21656 Mute #aai: https://lists.onap.org/mk?hashtag=aai&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
