DataOperation

/FundsXML4/ControlData/DataOperation

Diagram

DataOperation

Documentation

EN

INITIAL: First time data is delivered, includes all necessary information to set up a system. AMEND: Updates or changes to existing data (corrections, additions, modifications). DELETE: Removal of specific data from the system, requires RelatedDocumentIDs.

DE

INITIAL: Erstmalige Datenlieferung, enthält alle notwendigen Informationen zur Systemeinrichtung. AMEND: Aktualisierungen oder Änderungen bestehender Daten (Korrekturen, Ergänzungen, Modifikationen). DELETE: Entfernung bestimmter Daten aus dem System, erfordert RelatedDocumentIDs.

FR

INITIAL : Première livraison de données, inclut toutes les informations nécessaires pour configurer un système. AMEND : Mises à jour ou modifications des données existantes (corrections, ajouts, modifications). DELETE : Suppression de données spécifiques du système, nécessite RelatedDocumentIDs.

NL

INITIAL: Eerste keer dat gegevens worden geleverd, bevat alle benodigde informatie om een systeem op te zetten. AMEND: Updates of wijzigingen aan bestaande gegevens (correcties, toevoegingen, modificaties). DELETE: Verwijdering van specifieke gegevens uit het systeem, vereist RelatedDocumentIDs.

ES

INITIAL: Primera vez que se entregan datos, incluye toda la información necesaria para configurar un sistema. AMEND: Actualizaciones o cambios a datos existentes (correcciones, adiciones, modificaciones). DELETE: Eliminación de datos específicos del sistema, requiere RelatedDocumentIDs.

IT

INITIAL: Prima consegna dei dati, include tutte le informazioni necessarie per configurare un sistema. AMEND: Aggiornamenti o modifiche ai dati esistenti (correzioni, aggiunte, modifiche). DELETE: Eliminazione di dati specifici dal sistema, richiede RelatedDocumentIDs.

HU

INITIAL: Első adatszolgáltatás, tartalmazza a rendszer beállításához szükséges összes információt. AMEND: Meglévő adatok frissítése vagy módosítása (javítások, kiegészítések, módosítások). DELETE: Adott adatok eltávolítása a rendszerből, RelatedDocumentIDs szükséges.

CS

INITIAL: První dodávka dat, zahrnuje všechny potřebné informace pro nastavení systému. AMEND: Aktualizace nebo změny stávajících dat (opravy, doplnění, úpravy). DELETE: Odstranění konkrétních dat ze systému, vyžaduje RelatedDocumentIDs.

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
2
Sample Data
DELETE
Restrictions
Base: xs:string
MinLength: 5
MaxLength: 7
Enumeration:
  • INITIAL
  • AMEND
  • DELETE

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="DataOperation">
   <xs:annotation>
      <xs:documentation xml:lang="en">INITIAL: First time data is delivered, includes all necessary information to set up a system. AMEND: Updates or changes to existing data (corrections, additions, modifications). DELETE: Removal of specific data from the system, requires RelatedDocumentIDs.</xs:documentation>
      <xs:documentation xml:lang="de">INITIAL: Erstmalige Datenlieferung, enthält alle notwendigen Informationen zur Systemeinrichtung. AMEND: Aktualisierungen oder Änderungen bestehender Daten (Korrekturen, Ergänzungen, Modifikationen). DELETE: Entfernung bestimmter Daten aus dem System, erfordert RelatedDocumentIDs.</xs:documentation>
      <xs:documentation xml:lang="fr">INITIAL : Première livraison de données, inclut toutes les informations nécessaires pour configurer un système. AMEND : Mises à jour ou modifications des données existantes (corrections, ajouts, modifications). DELETE : Suppression de données spécifiques du système, nécessite RelatedDocumentIDs.</xs:documentation>
      <xs:documentation xml:lang="nl">INITIAL: Eerste keer dat gegevens worden geleverd, bevat alle benodigde informatie om een systeem op te zetten. AMEND: Updates of wijzigingen aan bestaande gegevens (correcties, toevoegingen, modificaties). DELETE: Verwijdering van specifieke gegevens uit het systeem, vereist RelatedDocumentIDs.</xs:documentation>
      <xs:documentation xml:lang="es">INITIAL: Primera vez que se entregan datos, incluye toda la información necesaria para configurar un sistema. AMEND: Actualizaciones o cambios a datos existentes (correcciones, adiciones, modificaciones). DELETE: Eliminación de datos específicos del sistema, requiere RelatedDocumentIDs.</xs:documentation>
      <xs:documentation xml:lang="it">INITIAL: Prima consegna dei dati, include tutte le informazioni necessarie per configurare un sistema. AMEND: Aggiornamenti o modifiche ai dati esistenti (correzioni, aggiunte, modifiche). DELETE: Eliminazione di dati specifici dal sistema, richiede RelatedDocumentIDs.</xs:documentation>
      <xs:documentation xml:lang="hu">INITIAL: Első adatszolgáltatás, tartalmazza a rendszer beállításához szükséges összes információt. AMEND: Meglévő adatok frissítése vagy módosítása (javítások, kiegészítések, módosítások). DELETE: Adott adatok eltávolítása a rendszerből, RelatedDocumentIDs szükséges.</xs:documentation>
      <xs:documentation xml:lang="cs">INITIAL: První dodávka dat, zahrnuje všechny potřebné informace pro nastavení systému. AMEND: Aktualizace nebo změny stávajících dat (opravy, doplnění, úpravy). DELETE: Odstranění konkrétních dat ze systému, vyžaduje RelatedDocumentIDs.</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:minLength value="5"/>
         <xs:maxLength value="7"/>
         <xs:enumeration value="INITIAL"/>
         <xs:enumeration value="AMEND"/>
         <xs:enumeration value="DELETE"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>