Documentation for midas_fw_view

Element: YearOfProduction

[Table of contents]

Name YearOfProduction
Used by (from the same schema document) Element Filmwork
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Child element YOP is the original data provided by every institution. FROM and TO elements are added to Midas database to support queries dependent on time.
Logical Diagram
XML Instance Representation
<YearOfProduction>
<YOP> xs:string </YOP> [1]
<FROM> xs:date </FROM> [0..1]
<TO> xs:date </TO> [0..1]
</YearOfProduction>
Diagram
Schema Component Representation
<xs:element name="YearOfProduction">
<xs:complexType>
<xs:sequence>
<xs:element name="YOP" type=" xs:string "/>
<xs:element name="FROM" type=" xs:date " minOccurs="0"/>
<xs:element name="TO" type=" xs:date " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>