<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdService">
        <xsd:annotation>
            <xsd:documentation source="Libelle">
Code du service</xsd:documentation>
            <xsd:documentation source="Definition"/>
        </xsd:annotation>
        <xsd:simpleContent>
            <xsd:restriction base="cct:TextType">
                <xsd:maxLength value="20"/>
            </xsd:restriction>
        </xsd:simpleContent>
    </xsd:complexType>