CreationDate

/FundsXML4/Documents/Document/CreationDate

Diagram

CreationDate

Documentation

EN

Date when document has been generated

DE

Datum, an dem das Dokument erstellt wurde

FR

Date à laquelle le document a été généré

NL

Datum waarop het document is gegenereerd

Properties

Type
xs:date
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
3
Sample Data
2022-02-26

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="CreationDate"
            type="xs:date">
   <xs:annotation>
      <xs:documentation xml:lang="en">Date when document has been generated</xs:documentation>
      <xs:documentation xml:lang="de">Datum, an dem das Dokument erstellt wurde</xs:documentation>
      <xs:documentation xml:lang="fr">Date à laquelle le document a été généré</xs:documentation>
      <xs:documentation xml:lang="nl">Datum waarop het document is gegenereerd</xs:documentation>
   </xs:annotation>
</xs:element>