Specifications

C-2
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix C Creating Coverage Zone Files
Coverage Zone XML Schema
Note The metric value of a default coverage zone is set to 20. If a particular SE is preferred for a user-defined
coverage zone, the metric value in the Coverage Zone file should be set to a value less than 20. If a
default coverage zone is preferred, then the metric value in the Coverage Zone file should be set to a
value greater than 20.
Coverage Zone XML Schema
The XML Schema file describes and dictates the content of the XML file. The coveragezone.xsd file
contains the XML schema.
The following code is the Coverage Zone XML schema:
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>Revision: 1.0</xsd:documentation>
</xsd:annotation>
<xsd:annotation>
<xsd:documentation> Schema used to validate Cisco CoverageZone file </xsd:documentation>
</xsd:annotation>
<xsd:simpleType name="ipAddressType">
<!-- IPv4 Address -->
<!-- Snum = 1*3Digit ; representing a decimal integer -->
<!-- ; value in the range 0 through 255 -->
<!-- IPv4-address-literal - Snum 3("." Snum) -->
<xsd:restriction base="xsd:token">
<xsd:pattern value="((1?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])\.){3}(1?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])/[0-9]+"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="SENameType">
<xsd:restriction base="xsd:string">
<xsd:maxLength value="80"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="LatitudeType">
<xsd:restriction base="xsd:float">
<xsd:minInclusive value="90" />
<xsd:maxInclusive value="90" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="LongitudeType">
<xsd:restriction base="xsd:float">
<xsd:minInclusive value="180" />
<xsd:maxInclusive value="180" />
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="locationType">
<xsd:sequence>
CDNNetwork revision 1.0 Not used in this CDS release.
customerName customer name Not used in this CDS release.
coverageZone This can have one or more coverage zones.
Table C-1 Coverage Zone File Elements (continued)
Tag Element Value Description