ActionCode

/FundsXML4/Funds/Fund/Subfunds/Subfund/Segments/Segment/ShareClasses/ShareClass/Prices/Price/ActionCode

Diagram

ActionCode

Documentation

EN

Operational code: Create(C), Modify(M) or Delete(D)

DE

Operationscode: Erstellen(C), Ändern(M) oder Löschen(D)

FR

Operational code: Create(C), Modify(M) ou Delete(D)

NL

Operational code: Create(C), Modify(M) van Delete(D)

ES

Código operacional: Crear(C), Modificar(M) o Eliminar(D)

IT

Codice operativo: Crea(C), Modifica(M) o Elimina(D)

CS

Operational code: Create(C), Modify(M) or Delete(D)

HU

Muveleti kod: Letrehozas(C), Modositas(M) vagy Torles(D)

Properties

Type
xs:string
Cardinality
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
12
Sample Data
C
Restrictions
Base: xs:string
Length: 1
Enumeration:
  • C
  • D
  • M

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"
            name="ActionCode">
   <xs:annotation>
      <xs:documentation xml:lang="en">Operational code: Create(C), Modify(M) or Delete(D)</xs:documentation>
      <xs:documentation xml:lang="de">Operationscode: Erstellen(C), Ändern(M) oder Löschen(D)</xs:documentation>
      <xs:documentation xml:lang="fr">Operational code: Create(C), Modify(M) ou Delete(D)</xs:documentation>
      <xs:documentation xml:lang="nl">Operational code: Create(C), Modify(M) van Delete(D)</xs:documentation>
      <xs:documentation xml:lang="es">Código operacional: Crear(C), Modificar(M) o Eliminar(D)</xs:documentation>
      <xs:documentation xml:lang="it">Codice operativo: Crea(C), Modifica(M) o Elimina(D)</xs:documentation>
      <xs:documentation xml:lang="cs">Operational code: Create(C), Modify(M) or Delete(D)</xs:documentation>
      <xs:documentation xml:lang="hu">Muveleti kod: Letrehozas(C), Modositas(M) vagy Torles(D)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:length value="1"/>
         <xs:enumeration value="C"/>
         <xs:enumeration value="D"/>
         <xs:enumeration value="M"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>