Documentation for midas_fw_view

Element: MidasExport

[Table of contents]

Name MidasExport
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Encapsulates a number of filmwork entities exported from Midas project. Export timestamp and name of authenticated person remarked as attributes.
Logical Diagram
h603122840
XML Instance Representation
<MidasExport
exportTime=" xs:dateTime [0..1]"
reviewerName=" xs:string [0..1]">
<Filmwork> ... </Filmwork> [1..*]
</MidasExport>
Diagram
h603122840
Schema Component Representation
<xs:element name="MidasExport">
<xs:complexType>
<xs:sequence>
<xs:element ref=" Filmwork " maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="exportTime" type=" xs:dateTime " use="optional"/>
<xs:attribute name="reviewerName" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>