A.4 Example XML document

24.2593GPPPersonal Network Management (PNM)Release 17Stage 3TS

A.4.1 Introduction

Table A.4.1-1 shows an example of an XML document compliant to the XML schema defined in annex B. The example shows the PNM configuration for multiple PN UEs sharing the same public user identity.

NOTE: The PN UEs are uniquely identified by their PNUENames. The association of PNUENames with PN UE devices has to be defined by the PNM operator and is out of scope of this specification.

All line feeds within element contents are for display purposes only.

Table A.4.1-1: Example XML document

<?xml version="1.0" encoding="utf-8"?>

<PNConfiguration xxmlns="uri:3gpp:pnm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<UERedirection UriOfRedirectedUser="sip:PN_user1_public1@home1.com">

<RedirectedUserID>

<PNUEID>sip:PN_user1_public1@home1.com</PNUEID>

<PNUEName>PN_1</PNUEName>

</RedirectedUserID>

<RedirectingUserID id=1>

<PNUEID>sip:PN_user1_public1@home1.com</PNUEID>

<PNUEName>PN_2</PNUEID>

<RedirectionLevel>application</RedirectionLevel>

<RedirectionPrio>1</RedirectionPrio>

</RedirectingUserID>

<RedirectingUserID id=2>

<PNUEID>sip:PN_user1_public1@home1.com</PNUEID>

<PNUEName>PN_3</PNUEName>

<RedirectionLevel>application</RedirectionLevel>

<RedirectionPrio>2</RedirectionPrio>

</RedirectingUserID>

</UERedirection>

<AccessControl UriOfControllerUE="sip:PN_user1_public1@home1.com">

<ControllerUE>

<PNUEID>sip:PN_user1_public1@home1.com</PNUEID>

<PNUEName>PN_1</PNUEID>

</ControllerUE>

<ControlleeUE id=1>

<PNUEID>sip:PN_user1_public1@home1.com</PNUEID>

<PNUEName>PN_2</PNUEName>

<PNAccessControlList>sip:user2_public1@home1.com sip: user3_public1@home1.com sip:user4_public1@home1.com </PNAccessControlList>

<PNAccessControlType>Controller</PNAccessControlType>

</ControlleeUE>

<ControlleeUE id=2>

<PNUEID>sip:PN_user1_public1@home1.com</PNUEID>

<PNUEName>PN_3</PNUEName>

<PNAccessControlList>sip:user5_public1@home1.com</PNAccessControlList>

<PNAccessControlType>NonController</PNAccessControlType>

</ControlleeUE>

</AccessControl>

<NameofPNUE>

<PNUEID>sip:PN_user1_public1@home1.com</PNUEID>

<UEName id=1>

<Name>PN_1</Name>

</UEName>

<UEName id=2>

<Name>PN_2</Name>

</UEName>

<UEName id=3>

<Name>PN_3</Name>

</UEName>

</NameofPNUE>

</PNConfiguration>

Annex B (normative):
PNM XML schema definition