<?xml version="1.0" encoding="UTF-8"?>
<xs:schema version="1.0"
  xmlns:SC="http://www.ptc.com/service-center"
  
  xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://www.ptc.com/service-center" schemaLocation="SC.xsd"/>

<xs:complexType name="abstractMetadataContainer" abstract="true">
   <xs:complexContent>
    <xs:extension base="SC:actionLinkContainer">
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

<xs:complexType name="fileDataSource">
 </xs:complexType>

</xs:schema>