Documentation for midas_fw_view

Element: StatusInformation

[Table of contents]

Name StatusInformation
Used by (from the same schema document) Element Filmwork
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Filmwork status information concerning online editors and modification timestamps
Logical Diagram
XML Instance Representation
<StatusInformation
uid=" Guid [1]">
<LastUpdate> xs:dateTime </LastUpdate> [0..1]
<LastEdit> xs:dateTime </LastEdit> [0..1]
<EditBy> xs:string </EditBy> [0..1]
</StatusInformation>
Diagram
h518039694
Schema Component Representation
<xs:element name="StatusInformation">
<xs:complexType>
<xs:sequence>
<xs:element name="LastUpdate" type=" xs:dateTime " minOccurs="0"/>
<xs:element name="LastEdit" type=" xs:dateTime " minOccurs="0"/>
<xs:element name="EditBy" type=" xs:string " minOccurs="0"/>
</xs:sequence>
<xs:attribute name="uid" type=" Guid " use="required"/>
</xs:complexType>
</xs:element>