<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.anysite.org" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:md="http://www.movielabs.com/md" targetNamespace="http://www.anysite.org" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <xs:import namespace="http://www.movielabs.com/md" schemaLocation="md.xsd"/>
  <!--Test elements for 'md' namespace-->
  <xs:element name="Library">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="BasicMetadata" type="md:BasicMetadata-type" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="CompObj" type="md:CompObj-type" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="CompObjData" type="md:CompObjData-type" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="ContainerMetadata" type="md:ContainerMetadata-type" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="NVPair" type="md:NVPair-type" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="ContactInfo" type="md:ContactInfo-type" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>


