gchq / event-logging-schema

Event Logging is an XML Schema for describing the auditable events generated by computer systems, hardware devices and access control systems
Apache License 2.0
25 stars 6 forks source link

`PermittedOrganisation` is 1-1 rather than 1-* #86

Closed at055612 closed 1 month ago

at055612 commented 2 months ago

It should be unbounded like PermittedNationalities.

<xs:element name="PermittedOrganisations" minOccurs="0">
...
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PermittedOrganisation" type="evt:OrganisationComplexType" maxOccurs="unbounded">
...
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
at055612 commented 1 month ago

Fixed in > 4.0.2