<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" vc:minVersion="1.1"> <!--
TODO: Implement this schema according to the exercise description.
Sample document instances in SchemaTest may be validated by executing the Junit test class de.hdm_stuttgart.mi.sda1.exam.xsd.SchemaTest --> <xs:element name="movieDb"> </xs:element> </xs:schema>