-- XML schema extracted from ITU-T H.812.4 (11/2017)
<?xml version="1.0" encoding="UTF-8"?>
<aps:APB xmlns:aps="http://handle.itu.int/11.1002/3000/hData/APS/2017/01/H.812.4.pdf"
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation = "http://handle.itu.int/11.1002/3000/hData/APS/2017/01/APBConfigResource.xsd">
<!-- These fields are filled in by the PHG -->
<supportedMH>APS lampreynetworks.com/private</supportedMH>
<exchangeMechanism>MQTT privateMessageProtocol</exchangeMechanism>
<shoulderTapMechanism>SMS</shoulderTapMechanism>
<SMS>
<MSISDN>441111223344</MSISDN>
<SMSHeaderDstPort>1234</SMSHeaderDstPort>
<SMSApplicationId>4827351</SMSApplicationId>
</SMS>
<!-- chosen by the Health & Fitness application; may be the same for every APS -->
<HFSAPBI>HFSAPBI</HFSAPBI>
<!-- chosen by the Health & Fitness application; must be unique in all APSs on the Health & Fitness application
It is used as the ''user name'' for MQTT -->
<PHGAPBI>PHGAPBI</PHGAPBI>
<!-- The address to the MQTT server -->
<APSExchangeURL>address to the MQTT server</APSExchangeURL>
<!-- The APS state which is NEW when first created -->
<APSState>NEW</APSState>
<!-- Chosen by the Health & Fitness application; The length of time the PHG may be silent
before the Health & Fitness application may try and shut it down (after probing) -->
<expirationTime>expirationTime</expirationTime>
<!-- Chosen by the Health & Fitness application; The length of time that the PHG has to
respond to an ECHO -->
<requiredResponseTime>requiredResponseTime</requiredResponseTime>
<!-- chosen by the Health & Fitness application and serves as the client identifier for the MQTT server -->
<clientId>clientId</clientId>
<!-- chosen by the Health & Fitness application and serves as the ''password'' for the MQTT server
For example the thumbprint of the PHG certificate -->
<PHGCredential>PHGCredential</PHGCredential>
</aps:APB>