Documentation for midas_fw_view

Element: Filmwork

[Table of contents]

Name Filmwork
Used by (from the same schema document) Element MidasExport
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Parent Element maps to entity Filmwork that encapsulates all information for a specific filmwork in children elements. Child elements are transformations from the relational database schema used in this project. Attribute midasURL enable users to browse to online representation.
Logical Diagram
h1127884336 h-621986332 h-630493600 h696910288 h-1227033342 h35130833 h1396347508 h-1059265441 h794449463 h-1196408009
XML Instance Representation
<Filmwork
uid=" Guid [1]"
origin=" xs:string [1]"
publishable=" PublishedState [0..1]"
midasURL=" xs:anyURI [1]"
localid=" xs:string [0..1]">
<CountryOfOrigin> ... </CountryOfOrigin> [0..*]
<Place> ... </Place> [0..1]
<Genre> ... </Genre> [0..*]
<YearOfProduction> ... </YearOfProduction> [0..1]
<FilmTitles> ... </FilmTitles> [0..1]
<FilmKeywords> ... </FilmKeywords> [0..1]
<Outlines> ... </Outlines> [0..1]
<FilmManifestation> ... </FilmManifestation> [1..*]
<Credits> ... </Credits> [0..1]
<StatusInformation> ... </StatusInformation> [0..1]
</Filmwork>
Diagram
h1127884336 h-621986332 h-630493600 h696910288 h-1227033342 h35130833 h1396347508 h-1059265441 h794449463 h-1196408009 h518039694 h-1548138744
Schema Component Representation
<xs:element name="Filmwork">
<xs:complexType>
<xs:sequence>
<xs:element ref=" CountryOfOrigin " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" Place " minOccurs="0"/>
<xs:element ref=" Genre " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" YearOfProduction " minOccurs="0"/>
<xs:element ref=" FilmTitles " minOccurs="0"/>
<xs:element ref=" FilmKeywords " minOccurs="0"/>
<xs:element ref=" Outlines " minOccurs="0"/>
<xs:element ref=" FilmManifestation " maxOccurs="unbounded"/>
<xs:element ref=" Credits " minOccurs="0"/>
<xs:element ref=" StatusInformation " minOccurs="0"/>
</xs:sequence>
<xs:attribute name="uid" type=" Guid " use="required"/>
<xs:attribute name="origin" type=" xs:string " use="required"/>
<xs:attribute name="publishable" type=" PublishedState " use="optional"/>
<xs:attribute name="midasURL" type=" xs:anyURI " use="required"/>
<xs:attribute name="localid" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>