Loading 104144/examples/authority-get-response.xml +12 −0 Original line number Original line Diff line number Diff line Loading @@ -28,6 +28,18 @@ <CountryCode>XX</CountryCode> <CountryCode>XX</CountryCode> <OwnerIdentifier>ACTOR01</OwnerIdentifier> <OwnerIdentifier>ACTOR01</OwnerIdentifier> <authority:Name>Authority 1</authority:Name> <authority:Name>Authority 1</authority:Name> <authority:Competencies> <authority:Competency> <common:Owner>ETSI</common:Owner> <common:Name>AuthorityCompetency</common:Name> <common:Value>EnforcingAuthority</common:Value> </authority:Competency> <authority:Competency> <common:Owner>ETSI</common:Owner> <common:Name>AuthorityCompetency</common:Name> <common:Value>CentralAuthority</common:Value> </authority:Competency> </authority:Competencies> </HI1Object> </HI1Object> </GETResponse> </GETResponse> </ActionResponse> </ActionResponse> Loading 104144/schema/xsd/ts_104144_Authority.xsd +7 −2 Original line number Original line Diff line number Diff line Loading @@ -7,10 +7,15 @@ <xs:complexContent> <xs:complexContent> <xs:extension base="core:HI1Object"> <xs:extension base="core:HI1Object"> <xs:sequence> <xs:sequence> <xs:element name="Name" type="etsi:LongString"/> <xs:element name="Name" type="etsi:LongString" minOccurs="0"/> <xs:element name="Competencies" type="common:DictionaryEntry" minOccurs="0"/> <xs:element name="Competencies" type="Competencies" minOccurs="0"/> </xs:sequence> </xs:sequence> </xs:extension> </xs:extension> </xs:complexContent> </xs:complexContent> </xs:complexType> </xs:complexType> <xs:complexType name="Competencies"> <xs:sequence> <xs:element name="Competency" type="common:DictionaryEntry" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:schema> </xs:schema> No newline at end of file Loading
104144/examples/authority-get-response.xml +12 −0 Original line number Original line Diff line number Diff line Loading @@ -28,6 +28,18 @@ <CountryCode>XX</CountryCode> <CountryCode>XX</CountryCode> <OwnerIdentifier>ACTOR01</OwnerIdentifier> <OwnerIdentifier>ACTOR01</OwnerIdentifier> <authority:Name>Authority 1</authority:Name> <authority:Name>Authority 1</authority:Name> <authority:Competencies> <authority:Competency> <common:Owner>ETSI</common:Owner> <common:Name>AuthorityCompetency</common:Name> <common:Value>EnforcingAuthority</common:Value> </authority:Competency> <authority:Competency> <common:Owner>ETSI</common:Owner> <common:Name>AuthorityCompetency</common:Name> <common:Value>CentralAuthority</common:Value> </authority:Competency> </authority:Competencies> </HI1Object> </HI1Object> </GETResponse> </GETResponse> </ActionResponse> </ActionResponse> Loading
104144/schema/xsd/ts_104144_Authority.xsd +7 −2 Original line number Original line Diff line number Diff line Loading @@ -7,10 +7,15 @@ <xs:complexContent> <xs:complexContent> <xs:extension base="core:HI1Object"> <xs:extension base="core:HI1Object"> <xs:sequence> <xs:sequence> <xs:element name="Name" type="etsi:LongString"/> <xs:element name="Name" type="etsi:LongString" minOccurs="0"/> <xs:element name="Competencies" type="common:DictionaryEntry" minOccurs="0"/> <xs:element name="Competencies" type="Competencies" minOccurs="0"/> </xs:sequence> </xs:sequence> </xs:extension> </xs:extension> </xs:complexContent> </xs:complexContent> </xs:complexType> </xs:complexType> <xs:complexType name="Competencies"> <xs:sequence> <xs:element name="Competency" type="common:DictionaryEntry" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:schema> </xs:schema> No newline at end of file