Registrazione annullata

Metadati relativi alla registrazione che viene annullata.

-
<xs:schemaxmlns:xs="http://www.w3.org/2001/XMLSchema"targetNamespace="http://www.padocs.it/RegistrazioneAnnullata"elementFormDefault="qualified">
-
<xs:annotation>
-
<xs:documentation>
Riferimenti della registrazione annullata
</xs:documentation>
</xs:annotation>
<xs:elementname="RegistrazioneAnnullata"type="RegistrazioneAnnullataType"/>
-
<xs:complexTypename="RegistrazioneAnnullataType">
-
<xs:sequence>
<xs:elementname="TipoRegistro"type="TipoRegistroType"/>
<xs:elementname="CodiceRegistro"type="CodiceRegistroType"/>
<xs:elementname="DataRegistrazioneDocumento"type="xs:date"/>
<xs:elementname="OraRegistrazioneDocumento"type="xs:time"minOccurs="0"/>
<xs:elementname="NumeroRegistrazioneDocumento"type="NumeroRegistrazioneType"/>
</xs:sequence>
</xs:complexType>
-
<xs:simpleTypename="TipoRegistroType">
-
<xs:restrictionbase="xs:string">
<xs:enumerationvalue="ProtocolloOrdinario_ProtocolloEmergenza"/>
<xs:enumerationvalue="Repertorio_Registro"/>
</xs:restriction>
</xs:simpleType>
-
<xs:simpleTypename="NumeroRegistrazioneType">
-
<xs:restrictionbase="xs:string">
<xs:patternvalue="[0-9]{7,}"/>
</xs:restriction>
</xs:simpleType>
-
<xs:simpleTypename="CodiceRegistroType">
-
<xs:restrictionbase="xs:string">
<xs:patternvalue="[A-Za-z0-9_\.\-]{1,16}"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
Code: 
RegistrazioneAnnullata

Oggetti documentali con associato il metadato

Back to top