Commit 5cb589b9 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

ALlowing empty list

parent a9f92dcf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
    </xs:complexType>
    <xs:complexType name="ListOfHI1Objects">
        <xs:sequence>
            <xs:element name="AssociatedObject" type="core:HI1Object" minOccurs="1" maxOccurs="unbounded"/>
            <xs:element name="AssociatedObject" type="core:HI1Object" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="NationalNotificationParameters" abstract="true">