Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 742de50

Browse files
committed
Updated 2.1 spec
1 parent 4093dae commit 742de50

File tree

3 files changed

+7948
-2
lines changed

3 files changed

+7948
-2
lines changed

specification/2.1/appdf-description.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499

500500
<xsd:complexType name="type-subscriptions">
501501
<xsd:sequence>
502-
<xsd:element name="subscription" type="type-in-app-subscription" maxOccurs="unbounded"/>
502+
<xsd:element name="subscription" type="type-in-app-subscription" minOccurs="0" maxOccurs="unbounded"/>
503503
</xsd:sequence>
504504
</xsd:complexType>
505505

@@ -511,7 +511,7 @@
511511

512512
<xsd:complexType name="type-items">
513513
<xsd:sequence>
514-
<xsd:element name="item" type="type-in-app-item" maxOccurs="unbounded"/>
514+
<xsd:element name="item" type="type-in-app-item" minOccurs="0" maxOccurs="unbounded"/>
515515
</xsd:sequence>
516516
</xsd:complexType>
517517

0 commit comments

Comments
 (0)