Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element FileInfoType / Size
Namespace org:afnor:medona:1.0
Annotations
Size of the object
Diagram
Diagram vitam-types_xsd_Simple_Type_SizeInBytesType.tmp#SizeInBytesType
Type SizeInBytesType
Properties
content simple
minOccurs 0
Source
<xsd:element name="Size" type="SizeInBytesType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Size of the object</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/technical-vitam.xsd
Element FileInfoType / Filename
Namespace org:afnor:medona:1.0
Annotations
Original filename - since it can be lost during the preparation of the transfer -
Diagram
Diagram
Type xsd:string
Properties
content simple
Source
<xsd:element name="Filename" type="xsd:string">
  <xsd:annotation>
    <xsd:documentation>Original filename - since it can be lost during the preparation of the transfer -</xsd:documentation>
  </xsd:annotation>
  <!-- necessary in case of renaming but could be empty -->
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/technical-vitam.xsd
Element FileInfoType / Created
Namespace org:afnor:medona:1.0
Annotations
Creation time of this file (before ingestion)
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
Source
<xsd:element name="Created" type="xsd:dateTime">
  <xsd:annotation>
    <xsd:documentation>Creation time of this file (before ingestion)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/technical-vitam.xsd
Element FileInfoType / CreatingApplicationName
Namespace org:afnor:medona:1.0
Annotations
Application used to create this file
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="CreatingApplicationName" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Application used to create this file</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/technical-vitam.xsd
Element FileInfoType / CreatingApplicationVersion
Namespace org:afnor:medona:1.0
Annotations
Version of the application used to create this file
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="CreatingApplicationVersion" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Version of the application used to create this file</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/technical-vitam.xsd
Element FileInfoType / CreatingOs
Namespace org:afnor:medona:1.0
Annotations
Operating System on which the application where runned
Diagram
Diagram
Type xsd:string
Properties
content simple
minOccurs 0
Source
<xsd:element name="CreatingOs" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Operating System on which the application where runned</xsd:documentation>
  </xsd:annotation>
  <!-- OS used to create it -->
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/technical-vitam.xsd
Element FileInfoType / LastModified
Namespace org:afnor:medona:1.0
Annotations
Last time this file was modified (before ingestion)
Diagram
Diagram
Type xsd:dateTime
Properties
content simple
minOccurs 0
Source
<xsd:element name="LastModified" type="xsd:dateTime" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>Last time this file was modified (before ingestion)</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/technical-vitam.xsd
Complex Type FileInfoType
Namespace org:afnor:medona:1.0
Annotations
Information on the file itself - not related to the content
Diagram
Diagram technical-vitam_xsd_Complex_Type_FileInfoType.tmp#FileInfoType_Size technical-vitam_xsd_Complex_Type_FileInfoType.tmp#FileInfoType_Filename technical-vitam_xsd_Complex_Type_FileInfoType.tmp#FileInfoType_Created technical-vitam_xsd_Complex_Type_FileInfoType.tmp#FileInfoType_CreatingApplicationName technical-vitam_xsd_Complex_Type_FileInfoType.tmp#FileInfoType_CreatingApplicationVersion technical-vitam_xsd_Complex_Type_FileInfoType.tmp#FileInfoType_CreatingOs technical-vitam_xsd_Complex_Type_FileInfoType.tmp#FileInfoType_LastModified
Used by
Model
Children Created, CreatingApplicationName, CreatingApplicationVersion, CreatingOs, Filename, LastModified, Size
Source
<xsd:complexType name="FileInfoType">
  <xsd:annotation>
    <xsd:documentation>Information on the file itself - not related to the content</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Size" type="SizeInBytesType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Size of the object</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Filename" type="xsd:string">
      <xsd:annotation>
        <xsd:documentation>Original filename - since it can be lost during the preparation of the transfer -</xsd:documentation>
      </xsd:annotation>
      <!-- necessary in case of renaming but could be empty -->
    </xsd:element>
    <xsd:element name="Created" type="xsd:dateTime">
      <xsd:annotation>
        <xsd:documentation>Creation time of this file (before ingestion)</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CreatingApplicationName" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Application used to create this file</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CreatingApplicationVersion" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Version of the application used to create this file</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CreatingOs" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Operating System on which the application where runned</xsd:documentation>
      </xsd:annotation>
      <!-- OS used to create it -->
    </xsd:element>
    <xsd:element name="LastModified" type="xsd:dateTime" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>Last time this file was modified (before ingestion)</xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/technical-vitam.xsd