Atto notificato

Metadati relativi all'atto oggetto di notifica

-
<xs:schemaxmlns:xs="http://www.w3.org/2001/XMLSchema"targetNamespace="http://www.padocs.it/AttoNotificato"elementFormDefault="qualified">
<xs:elementname="RegistrazioneNotifica"type="RegistrazioneNotificaType"/>
-
<xs:complexTypename="RegistrazioneNotificaType">
-
<xs:sequence>
<xs:elementname="EnteRichiedente"type="xs:string"/>
<xs:elementname="TipoAtto"type="xs:string"/>
<xs:elementname="NumeroAtto"type="xs:string"minOccurs="0"/>
<xs:elementname="DataAtto"type="xs:date"minOccurs="0"/>
<xs:elementname="Destinatario"type="xs:string"/>
<xs:elementname="IndirizzoNotifica"type="xs:string"/>
<xs:elementname="MetodoNotifica"type="MetodoNotificaType"/>
<xs:elementname="MessoNotificatore"type="xs:string"minOccurs="0"/>
<xs:elementname="RiferimentoSEND"type="xs:string"minOccurs="0"/>
<xs:elementname="DomicilioDigitale"type="xs:string"minOccurs="0"/>
<xs:elementname="DataNotifica"type="xs:date"minOccurs="0"/>
<xs:elementname="EsitoNotifica"type="xs:string"minOccurs="0"/>
<xs:elementname="Note"type="xs:string"minOccurs="0"/>
</xs:sequence>
</xs:complexType>
-
<xs:simpleTypename="MetodoNotificaType">
-
<xs:restrictionbase="xs:string">
<xs:enumerationvalue="SEND"/>
<xs:enumerationvalue="DOMICILIO_DIGITALE"/>
<xs:enumerationvalue="MESSO_COMUNALE"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
Code: 
AttoNotificato

Oggetti documentali con associato il metadato

ClassificaNome
Atto notificato
Back to top