Documentation for midas_fw_view

Element: Credits

[Table of contents]

Name Credits
Used by (from the same schema document) Element Filmwork
Type Locally-defined complex type
Nillable no
Abstract no
Documentation This element models the association of independent en tities 'Filmwork' and 'FilmAgent'. It is a reference to the m:n relation between those tables in the database schema.
Logical Diagram
h1466818110
XML Instance Representation
<Credits>
<FilmAgent> ... </FilmAgent> [1..*]
</Credits>
Diagram
h1466818110
Schema Component Representation
<xs:element name="Credits">
<xs:complexType>
<xs:sequence>
<xs:element ref=" FilmAgent " maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>