Documentation for midas_fw_view

Element: FilmContent

[Table of contents]

Name FilmContent
Used by (from the same schema document) Element Outlines
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h1757400070 h-283368101 h-435059775 h745954400
XML Instance Representation
<FilmContent
uid=" Guid [1]"
origin=" xs:string [1]"
localid=" xs:string [0..1]">
<ContentDescription> ... </ContentDescription> [1]
<Language> ... </Language> [1]
<ContentDescriptionSource> ... </ContentDescriptionSource> [0..1]
<ContentDescriptionType> ... </ContentDescriptionType> [0..1]
</FilmContent>
Diagram
h1757400070 h-283368101 h-435059775 h745954400 h518039694
Schema Component Representation
<xs:element name="FilmContent">
<xs:complexType>
<xs:sequence>
<xs:element ref=" ContentDescription "/>
<xs:element ref=" Language "/>
<xs:element ref=" ContentDescriptionSource " minOccurs="0"/>
<xs:element ref=" ContentDescriptionType " minOccurs="0"/>
</xs:sequence>
<xs:attribute name="uid" type=" Guid " use="required"/>
<xs:attribute name="origin" type=" xs:string " use="required"/>
<xs:attribute name="localid" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>