Documentation for midas_fw_view

Element: FilmAgent

[Table of contents]

Name FilmAgent
Used by (from the same schema document) Element Credits
Type Locally-defined complex type
Nillable no
Abstract no
Documentation FilmAgent models rather the identity of a physical person.
Logical Diagram
h-1583807013 h-1806883535
XML Instance Representation
<FilmAgent
uid=" Guid [1]"
agentType=" xs:string [1]"
origin=" xs:string [1]"
localid=" xs:string [0..1]">
<Function> ... </Function> [0..1]
<CharacterName> ... </CharacterName> [0..1]
<AgentName
uid=" Guid [1]"
origin=" xs:string [1]"
localid=" xs:string [0..1]"
preferredName=" xs:string [0..1]"> [1]

'AgentName models the idea of aliases of artists. Thus it is possible to reference to a physical person with several aliases.'


xs:string
</AgentName>
</FilmAgent>
Diagram
h-1583807013 h-1806883535 h518039694
Schema Component Representation
<xs:element name="FilmAgent">
<xs:complexType>
<xs:sequence>
<xs:element ref=" Function " minOccurs="0"/>
<xs:element ref=" CharacterName " minOccurs="0"/>
<xs:element name="AgentName">
<xs:complexType>
<xs:simpleContent>
<xs:extension base=" xs:string ">
<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:attribute name="preferredName" type=" xs:string " use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="uid" type=" Guid " use="required"/>
<xs:attribute name="agentType" type=" xs:string " use="required"/>
<xs:attribute name="origin" type=" xs:string " use="required"/>
<xs:attribute name="localid" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>