Loading 104144/examples/authority-get-response.xml +14 −8 Original line number Diff line number Diff line Loading @@ -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> Loading 104144/schema/xsd/ts_104144_EPOCEnforcingAuthorities.xsd +11 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
104144/examples/authority-get-response.xml +14 −8 Original line number Diff line number Diff line Loading @@ -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> Loading
104144/schema/xsd/ts_104144_EPOCEnforcingAuthorities.xsd +11 −1 Original line number Diff line number Diff line Loading @@ -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