Documentation for midas_fw_view

Element: FilmKeywords

[Table of contents]

Name FilmKeywords
Used by (from the same schema document) Element Filmwork
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FilmKeywords>
<FilmKeyword
uid=" Guid [1]"
origin=" xs:string [1]"
localid=" xs:string [0..1]"> [1..*]
<Keyword> ... </Keyword> [1]
<Language> ... </Language> [1]
<KeywordType> ... </KeywordType> [0..1]
</FilmKeyword>
</FilmKeywords>
Diagram
h-1048592506 h-283368101 h1964019680 h518039694
Schema Component Representation
<xs:element name="FilmKeywords">
<xs:complexType>
<xs:sequence>
<xs:element name="FilmKeyword" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element ref=" Keyword "/>
<xs:element ref=" Language "/>
<xs:element ref=" KeywordType " 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>