Documentation for midas_fw_view

Element: FilmCopies

[Table of contents]

Name FilmCopies
Used by (from the same schema document) Element FilmManifestation
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<FilmCopies>
<FilmCopy
publishable=" PublishedState [0..1]"
uid=" Guid [1]"
origin=" xs:string [1]"
localid=" xs:string [0..1]"> [1..*]

'Element FilmCopy maps to rather physical information of a film reel.'


<CarrierAttributes> ... </CarrierAttributes> [0..1]
<CarrierType> ... </CarrierType> [0..1]
<CarrierMaterial> ... </CarrierMaterial> [0..1]
<Copyright> ... </Copyright> [0..1]
<HoldingOrganisation> ... </HoldingOrganisation> [1]
<ManifestationRelation> ... </ManifestationRelation> [0..1]
<CopyLength> ... </CopyLength> [0..*]
<ObtainURL> ... </ObtainURL> [0..1]
</FilmCopy>
</FilmCopies>
Diagram
h-1907290164 h-1800326801 h-954735396 h-189914588 h-256221862 h481719583 h1611188222 h1268504807 h-1548138744 h518039694
Schema Component Representation
<xs:element name="FilmCopies">
<xs:complexType>
<xs:sequence>
<xs:element name="FilmCopy" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element ref=" CarrierAttributes " minOccurs="0"/>
<xs:element ref=" CarrierType " minOccurs="0"/>
<xs:element ref=" CarrierMaterial " minOccurs="0"/>
<xs:element ref=" Copyright " minOccurs="0"/>
<xs:element ref=" HoldingOrganisation "/>
<xs:element ref=" ManifestationRelation " minOccurs="0"/>
<xs:element ref=" CopyLength " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" ObtainURL " minOccurs="0"/>
</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>
</xs:sequence>
</xs:complexType>
</xs:element>