-- XSD schema extracted from ITU-T J.177 (05/2003)
<?xml version="1.0" encoding="UTF-8"?>
<!--
The schema for the sample PcspService extension.
This schema defines several extensions:
A, B, and C for the main body of the Service object.
Call feature CfXYZ for the Service's call feature list.
-->
<xs:schema targetNamespace="http://www.cablelabs.com/SampleExtension" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.cablelabs.com/SampleExtension" elementFormDefault="qualified">
<xs:element name="A" type="xs:string"/>
<xs:element name="B" type="xs:string"/>
<xs:element name="C" type="xs:string"/>
<xs:element name="CfXYZ">
<xs:complexType>
<xs:sequence>
<xs:element name="Subscribed" type="xs:boolean"/>
<xs:element name="Enabled" type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>