Sample XML File Format
Sample XML File Format

Sample XML File Format

<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<VenueInfo>
<VenueName>ZebraSite1</VenueName>
<FloorInfo>
<Id>1</Id> <!-- Id represent the floor Number -->
<DeviceHeight>0.9144</DeviceHeight><!-- DeviceHeight represent the device height(in mts) -->
<!-- from the ground level-->
<AP>
<MAC>1c:f2:9a:97:fd:aa</MAC> <!-- FTM AP BSSID info-->
<XYZ>24.1,21,4</XYZ> <!-- AP (x,y,z) coordinates (in meters) -->
</AP>
<AP>
<MAC>1c:f2:9a:97:ff:f1</MAC>
<XYZ>1.9,21,1.5</XYZ>
</AP>
</floor>
<floor>
<Id>2</Id>
<DeviceHeight>0.9144</DeviceHeight>
<AP>
<MAC>b0:2a:43:dd:6c:17</MAC>
<XYZ>26.95,1.5,3.2</XYZ>
</AP>
<AP>
<MAC>3C:28:6D:C9:3C:E1</MAC>
<XYZ>0,0.9,4.5</XYZ>
</AP>
</floor>
</FloorInfo>
</VenueInfo>
<VenueInfo>
<VenueName>ZebraSite2</VenueName>
<FloorInfo>
<floor>
<Id>1</Id> <!-- Id represent the floor Number -->
<DeviceHeight>0.9144</DeviceHeight><!-- DeviceHeight represent the device height(in mts) -->
<!-- from the ground level-->
<AP>
<MAC>1c:f2:9a:97:fd:ac</MAC> <!-- FTM AP BSSID info-->
<XYZ>24.1,21,4</XYZ> <!-- AP (x,y,z) coordinates (in meters) -->
</AP>
<AP>
<MAC>1c:f2:9a:97:ff:f2</MAC>
<XYZ>1.9,21,1.5</XYZ>
</AP>
</floor>
<floor>
<Id>2</Id>
<DeviceHeight>0.9144</DeviceHeight>
<AP>
<MAC>b0:2a:43:dd:6c:18</MAC>
<XYZ>26.95,1.5,3.2</XYZ>
</AP>
<AP>
<MAC>3C:28:6D:C9:3C:E2</MAC>
<XYZ>0,0.9,4.5</XYZ>
</AP>
</floor>
</FloorInfo>
</VenueInfo>
This sample XML maps many sites and their associated floors in a single XML file. If more than one XML file is kept, the user must push the corresponding XML file to the SDcard and restart the staging procedure.