Specifications
B-14
Cisco TV CDS 2.5 ISA Software Configuration Guide
OL-24788-01
Appendix B Creating Bulk Configuration Files
Bulk Configuration XML Schema
Bulk Configuration XML Schema
The XML Schema file describes and dictates the content of the XML file. The BulkConfiguration.xsd
file contains the XML schema.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:ws="http://www.cisco.com/schemas/VCPBU/CDS-TV/R0/ciscowebsvcs"
targetNamespace="http://www.cisco.com/schemas/VCPBU/CDS-TV/R0/ciscowebsvcs" >
<!-- Configure/Server/ elements -->
<xs:element name="Server">
<xs:complexType>
<xs:attribute name="ServerID" type="xs:string" use="required"/>
<xs:attribute name="GroupID" type="xs:string" use="required"/>
<xs:attribute name="QAMMAC" type="xs:string"/>
</xs:complexType>
</xs:element>
<!-- Configure/System/QAMGateway/ elements -->
<xs:element name="QAMStreamGroupPreference">
<xs:complexType>
<xs:sequence>
<xs:element ref="ws:Server"
minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="StreamGroupName" type="xs:string"/>
<xs:attribute name="QAMMAC" type="xs:string"/>
<xs:attribute name="Preference" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="TSIDOutLink">
<xs:complexType>
<xs:attribute name="Index" type="xs:nonNegativeInteger"/>
<xs:attribute name="TSIDOut" type="xs:string"/>
<xs:attribute name="TSIDOutLinkStatus" type="xs:string"/>
<xs:attribute name="ServiceGroup" type="xs:string"/>
<xs:attribute name="RFNumber" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="QAMASILink">
<xs:complexType>
<xs:sequence>
<xs:element ref="ws:TSIDOutLink"
minOccurs="0"
maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="Number" type="xs:string"/>
<xs:attribute name="TSIDIn" type="xs:string"/>
<xs:attribute name="TSIDInLinkStatus" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="QAMLink">
<xs:complexType>
<xs:attribute name="Status" type="xs:string"/>
<xs:attribute name="ServiceGroup" type="xs:string"/>
<xs:attribute name="RFNumber" type="xs:string"/>