Documentation for midas_fw_view

Element: FilmTitles

[Table of contents]

Name FilmTitles
Used by (from the same schema document) Element Filmwork
Type Locally-defined complex type
Nillable no
Abstract no
Documentation FilmTitles are usually considered as mandatory, but some data still lacks that data. Thats why this element is optional.
Logical Diagram
XML Instance Representation
<FilmTitles>
<FilmTitle
uid=" Guid [1]"
origin=" xs:string [1]"
localid=" xs:string [0..1]"> [1..*]
<Title> ... </Title> [1]
<TitleType> ... </TitleType> [1]
<Language> ... </Language> [0..1]
</FilmTitle>
</FilmTitles>
Diagram
h-618363083 h446425103 h-283368101 h518039694
Schema Component Representation
<xs:element name="FilmTitles">
<xs:complexType>
<xs:sequence>
<xs:element name="FilmTitle" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element ref=" Title "/>
<xs:element ref=" TitleType "/>
<xs:element ref=" Language " 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>
</xs:sequence>
</xs:complexType>
</xs:element>