Documentation for midas_fw_view

Element: FilmManifestation

[Table of contents]

Name FilmManifestation
Used by (from the same schema document) Element Filmwork
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Element maps to main units of a filmwork entity. Every Filmmanifestation can have zero or many copies.
Logical Diagram
h208272717 h347791596 h1824191631 h-661790825 h853021658 h-619106836 h769678150 h1396006064 h-725340460 h-1708309830
XML Instance Representation
<FilmManifestation
publishable=" PublishedState [0..1]"
uid=" Guid [1]"
origin=" xs:string [1]"
localid=" xs:string [0..1]">
<CarrierAspect> ... </CarrierAspect> [0..1]
<CarrierFormat> ... </CarrierFormat> [0..1]
<Colour> ... </Colour> [0..1]
<Duration> ... </Duration> [0..1]
<OriginalLength> ... </OriginalLength> [0..1]
<Sound> ... </Sound> [0..1]
<SoundType> ... </SoundType> [0..1]
<WorkRelation> ... </WorkRelation> [1]
<FilmLanguages> ... </FilmLanguages> [0..1]
<FilmCopies> ... </FilmCopies> [0..*]
</FilmManifestation>
Diagram
h208272717 h347791596 h1824191631 h-661790825 h853021658 h-619106836 h769678150 h1396006064 h-725340460 h-1708309830 h-1548138744 h518039694
Schema Component Representation
<xs:element name="FilmManifestation">
<xs:complexType>
<xs:sequence>
<xs:element ref=" CarrierAspect " minOccurs="0"/>
<xs:element ref=" CarrierFormat " minOccurs="0"/>
<xs:element ref=" Colour " minOccurs="0"/>
<xs:element ref=" Duration " minOccurs="0"/>
<xs:element ref=" OriginalLength " minOccurs="0"/>
<xs:element ref=" Sound " minOccurs="0"/>
<xs:element ref=" SoundType " minOccurs="0"/>
<xs:element ref=" WorkRelation "/>
<xs:element ref=" FilmLanguages " minOccurs="0"/>
<xs:element ref=" FilmCopies " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="publishable" type=" PublishedState " use="optional"/>
<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>