Specifications
C-3
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix C Creating Coverage Zone Files
Coverage Zone File Examples
<xsd:element name="latitude" type="LatitudeType">
<xsd:element name="longitude" type="LongitudeType">
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="coverageZoneType">
<xsd:sequence>
<xsd:choice maxOccurs="1">
<xsd:sequence maxOccurs="2">
<xsd:element name="network" type="ipAddressType"/>
<xsd:element name="location" type="locationType"/>
</xsd:sequence>
<xsd:choice maxOccurs="1">
<xsd:element name="network" type="ipAddressType"/>
<xsd:element name="location" type="locationType"/>
</xsd:choice>
</xsd:choice>
<xsd:element name="SE" type="SENameType" maxOccurs="unbounded" />
<xsd:element name="metric" type="xsd:positiveInteger"maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
<xsd:element name="CDNNetwork">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="revision" type="xsd:string" minOccurs="0" maxOccurs="1" />
<xsd:element name="customerName" type="xsd:string" minOccurs="0" maxOccurs="1" />
<xsd:element name="coverageZone" type="coverageZoneType" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
Coverage Zone File Examples
The following sections show different Coverage Zone file examples in three scenarios.
Scenario 1: Coverage Zone with Client Network Only
<?xml version=”1.0” ?>
<!-- Coverage Zone data in XML -->
<CDNNetwork>
<revision>1.0</revision>
<customerName>Cisco Systems</customerName>
<!-- San Jose Datacenter -->
<coverageZone>
<network> 192.1.2.0/16 </network>
<SE> CDE-200-SE1 </SE>
<SE> CDE-200-SE2 </SE>
<metric> 10 </metric>
</coverageZone>
<!-- Chicago Datacenter -->
<coverageZone>
<network> 192.1.3.0/24 </network>
<SE> CDE-200-SE3 </SE>
<SE> CDE-200-SE4 </SE>
<metric> 10 </metric>
</coverageZone>
<!-- New York Datacenter -->
<coverageZone>
<network> 192.1.4.0/24 </network>