-- XML schema extracted from ITU-T H.812.4 (11/2015)
<?xml version="1.0" encoding="UTF-8"?>
<aps:APB xmlns:aps="http://continuaalliance.org/aps-cdc"
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation = "http://continuaalliance.org/aps-cdc http://www.continuaalliance.org/hData/APS/2015/01/APBConfigResource.xsd">
<!-- These fields are filled in by the AHD -->
<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 WAN application; may be the same for every APS -->
<WANAPBI>WANAPBI</WANAPBI>
<!-- chosen by the WAN application; must be unique in all APSes on the WAN application
It is used as the ‘user name’ for MQTT -->
<AHDAPBI>AHDAPBI</AHDAPBI>
<!-- 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 WAN application; The length of time the AHD may be silent
before the WAN application may try and shut it down (after probing) -->
<expirationTime>expirationTime</expirationTime>
<!-- Chosen by the WAN application; The length of time that the AHD has to
respond to an ECHO -->
<requiredResponseTime>requiredResponseTime</requiredResponseTime>
<!-- chosen by the WAN application and serves as the client identifier for the MQTT server -->
<clientId>clientId</clientId>
<!-- chosen by the WAN application and serves as the ‘password’ for the MQTT server
For example the thumbprint of the AHD certificate -->
<AHDCredential>AHDCredential</AHDCredential>
</aps:APB>