<?xml version="1.0" encoding="UTF-8"?>
  <!-- PDS4 XML/Schema for Instrument_Product_Information_Type -->
  <xsd:schema
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://pds.nasa.gov/schema/pds4/ops"
    xmlns:tns="http://pds.nasa.gov/schema/pds4/ops"
    version="0.1.1">

  <xsd:complexType name="Instrument_Product_Information_Type">
    <xsd:sequence>
      <xsd:element name="instrument_name" type="tns:ASCII_CHARACTER" minOccurs="1" maxOccurs="1"> </xsd:element>
    </xsd:sequence>
  </xsd:complexType>

  <xsd:complexType name="ASCII_CHARACTER">
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>

  <xsd:element name="Instrument_Product_Information" type="tns:Instrument_Product_Information_Type">
    <xsd:annotation>
      <xsd:documentation>
        The Instrument_Product_Information XML Schema
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>

</xsd:schema>
