Commit 4e6fa42b authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Updating to match CR

parent fac3f623
Loading
Loading
Loading
Loading
Loading
+14 −8
Original line number Diff line number Diff line
@@ -25,14 +25,20 @@
                    <GETResponse>
                        <HI1Object xsi:type="eea:EPOCEnforcingAuthorities">
                            <ObjectIdentifier>00000000-0000-4000-8000-000000000000</ObjectIdentifier>
                            <eea:EnforcingAuthorities>
                                <eea:EnforcingAuthority>
                                    <eea:EndpointID>
                                        <CountryCode>DE</CountryCode>
                                        <UniqueIdentifier>epoc-authority-1</UniqueIdentifier>
                                    </eea:EndpointID>
                                </eea:EnforcingAuthority>
                                <eea:EnforcingAuthority>
                                    <eea:EndpointID>
                                        <CountryCode>DE</CountryCode>
                                        <UniqueIdentifier>epoc-authority-12</UniqueIdentifier>
                                    </eea:EndpointID>
                                </eea:EnforcingAuthority>
                            </eea:EnforcingAuthorities>
                        </HI1Object>
                    </GETResponse>
                </ActionResponse>
+11 −1
Original line number Diff line number Diff line
@@ -7,9 +7,19 @@
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
                <xs:sequence>
                    <xs:element name="EndpointID" type="core:EndpointID" minOccurs="0" maxOccurs="unbounded"/>
                    <xs:element name="EnforcingAuthorities" type="ListOfEnforcingAuthorities" minOccurs="0"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ListOfEnforcingAuthorities">
        <xs:sequence>
            <xs:element name="EnforcingAuthority" type="EnforcingAuthority" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EnforcingAuthority">
        <xs:sequence>
            <xs:element name="EndpointID" type="core:EndpointID" minOccurs="1">
        </xs:sequence>
    </xs:complexType>
</xs:schema>
 No newline at end of file