DataOperation
/FundsXML4/ControlData/DataOperation
Diagram
Documentation
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.
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.
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.
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.
Properties
- Type
- xs:string
- Cardinality
- 0..1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
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:INITIALAMENDDELETE
Element Definition
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: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>