<xsd:complexType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CdRegion">


<xsd:annotation>
        <xsd:documentation source="Libelle">
Numéro de la région</xsd:documentation>
        <xsd:documentation source="Definition">Identifiant de la région correspondant au code INSEE de la région sur 2 positions.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
	<xsd:restriction base="cct:IdentifierType">
      <xsd:maxLength value="2"/>
      
      <xsd:attribute ref="cct:schemeID" use="optional" fixed="REGION">

		</xsd:attribute>
      <xsd:attribute ref="cct:schemeAgencyID" use="optional">
		</xsd:attribute>    
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>