<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LbSubstrat">
        <xs:annotation>
            <xs:documentation source="Libelle">
Libellé du substrat</xs:documentation>
            <xs:documentation source="Definition">Le libellé du substrat est un texte court décrivant le substrat. </xs:documentation>
        </xs:annotation>
        <xs:simpleContent>
            <xs:restriction base="cct:TextType">
                <xs:maxLength value="100"/>
            </xs:restriction>
        </xs:simpleContent>
    </xs:complexType>