Commit dda7a284 authored by pintar's avatar pintar
Browse files

cw.xsd module shall be present

parent 119cef5c
Loading
Loading
Loading
Loading

xsd/cw.xsd

0 → 100644
+16 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="urn:3gpp:ns:cw:1.0" 
            xmlns:cw10="urn:3gpp:ns:cw:1.0" 
            xmlns:xs="http://www.w3.org/2001/XMLSchema" 
            elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:complexType name="tEmptyType"/>
    <xs:complexType name="tCWtype">
        <xs:sequence>
            <xs:element name="communication-waiting-indication" minOccurs="0" maxOccurs="1"
                   type="cw10:tEmptyType"/>
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:complexType>
    <xs:element name="ims-cw" type="cw10:tCWtype"/>
</xs:schema>
 No newline at end of file