ActionCode

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/PerformanceFigures/ActionCode

Diagram

ActionCode

Documentation

EN

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

DE

[AUTO] Operationscode: Erstellen(C), Ändern(M), Löschen(D) der folgenden Informationen

FR

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

NL

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

Properties

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

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            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), Delete(D) below information</xs:documentation>
      <xs:documentation xml:lang="de">[AUTO] Operationscode: Erstellen(C), Ändern(M), Löschen(D) der folgenden Informationen</xs:documentation>
      <xs:documentation xml:lang="fr">Operational code: Create(C), Modify(M), Delete(D) below information</xs:documentation>
      <xs:documentation xml:lang="nl">Operational code: Create(C), Modify(M), Delete(D) below informatie</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="C"/>
         <xs:enumeration value="D"/>
         <xs:enumeration value="M"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>