InterrogazioneMozione

-
<xs:schemaxmlns:xs="http://www.w3.org/2001/XMLSchema"elementFormDefault="qualified">
-
<xs:annotation>
-
<xs:documentation>
Decreto legislativo 18-08-2000, n. 267, art. 43
</xs:documentation>
</xs:annotation>
<xs:elementname="Tipo"type="TipoType"/>
<xs:elementname="Consigliere"type="PFType"/>
<xs:elementname="Descrizione"type="xs:string"/>
-
<xs:simpleTypename="TipoType">
-
<xs:restrictionbase="xs:string">
<xs:enumerationvalue="Interrogazione"/>
<xs:enumerationvalue="Mozione"/>
</xs:restriction>
</xs:simpleType>
-
<xs:complexTypename="PFType">
-
<xs:sequence>
<xs:elementname="Cognome"type="xs:string"/>
<xs:elementname="Nome"type="xs:string"/>
<xs:elementname="CodiceFiscale"type="CFType"minOccurs="0"/>
<xs:elementname="IndirizziDigitaliDiRiferimento"type="xs:string"minOccurs="0"maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
-
<xs:simpleTypename="CFType">
-
<xs:restrictionbase="xs:string">
<xs:patternvalue="[A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z]"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

Oggetti documentali con associato il metadato

Back to top