Specifications
B-46
Cisco Internet Streamer CDS 2.0-2.3 Software Configuration Guide
OL-13493-04
Appendix B Creating Manifest Files
XML Schema
</xs:complexType>
</xs:element>
<xs:attributeGroup name = "contentAttr">
<xs:attribute name="server" type="xs:string" use="optional"/>
<xs:attribute name="playServer" type="xs:string" use="optional"/>
<xs:attribute name="type" use="optional">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="prepos"/>
<xs:enumeration value="wmt-live"/>
<xs:enumeration value="cache"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="enableCookies" type="xs:boolean" use="optional" />
<xs:attribute name="wmtRequireAuth" type="xs:boolean" use="optional"/>
<xs:attribute name="ignoreQueryString" type="xs:boolean" use="optional"/>
<xs:attribute name="ignoreOriginPort" type="xs:boolean" use="optional"/>
<xs:attribute name="ttl" type="xs:int" use="optional"/>
<xs:attribute name="failRetryInterval" type="xs:unsignedInt" use="optional"/>
<xs:attribute name="priority" type="xs:unsignedInt" use="optional"/>
<xs:attribute name="prefetch" type="xs:string" use="optional"/>
<xs:attribute name="expires" type="xs:string" use="optional"/>
<xs:attribute name="serve" type="xs:string" use="optional"/>
<xs:attribute name="serveStartTime" type="xs:string" use="optional"/>
<xs:attribute name="serveStopTime" type="xs:string" use="optional"/>
<xs:attribute name="_isDefault" type="xs:boolean" use="optional"/>
</xs:attributeGroup>
<xs:attributeGroup name = "prefixAttr">
<xs:attribute name="cdnPrefix" type="xs:string" use="optional"/>
<xs:attribute name="srcPrefix" type="xs:string" use="optional"/>
</xs:attributeGroup>
<xs:element name="item-group">
<xs:complexType>
<xs:sequence>
<xs:element ref="matchRule" minOccurs="0" maxOccurs="1"/>
<xs:element ref="schedule" minOccurs="0" maxOccurs="1"/>
<xs:choice minOccurs="1" maxOccurs="unbounded">
<xs:element ref="item-group" maxOccurs="unbounded"/>
<xs:element ref="item" maxOccurs="unbounded"/>
<xs:element ref="crawler" maxOccurs="unbounded"/>
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="contentAttr"/>
<xs:attributeGroup ref="prefixAttr"/>
<xs:attribute name="host" type="xs:string" use="optional"/>
<xs:attributeGroup ref="hostAttr"/>
</xs:complexType>
</xs:element>
<xs:element name="item">
<xs:complexType>
<xs:sequence>
<xs:element ref="contains" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="schedule" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="src" type="xs:string" use="required"/>
<xs:attribute name="cdn-url" type="xs:string" use="optional"/>
<xs:attributeGroup ref="contentAttr"/>
<xs:attribute name="host" type="xs:string" use="optional"/>