<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IdOrgOuvrage" mixed="false" abstract="false">
    <xsd:annotation>
        <xsd:documentation source="Libelle">
Identifiant d'un organe d'un ouvrage</xsd:documentation>
        <xsd:documentation source="Definition">Identifiant non signifiant attribué à chaque organe d'un ouvrage.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:restriction base="cct:IdentifierType">
            <xsd:maxLength value="20" fixed="false"/>
            <xsd:attribute name="schemeID" use="optional" fixed="ORGANE_D_UN_OUVRAGE">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="schemeAgencyID" use="optional" fixed="sandre">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:normalizedString"/>
                </xsd:simpleType>
            </xsd:attribute>
        </xsd:restriction>
    </xsd:simpleContent>
</xsd:complexType>