<?xml version="1.0" encoding="utf-8" ?>
<xs:schema 	xmlns="http://www.opm.gov/feddata/grdr/RetirementRepositoryInstruction-5.0" 
			attributeFormDefault="unqualified" 
			elementFormDefault="qualified" 
			targetNamespace="http://www.opm.gov/feddata/grdr/RetirementRepositoryInstruction-5.0" 
			xmlns:xs="http://www.w3.org/2001/XMLSchema" 
			xmlns:xsd="undefined">
  <xs:element name="RetirementRepositoryInstruction">
    <xs:complexType>
      <xs:attribute name="InstructionType" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:string">
		  	<xs:enumeration value="cancel"/>
		  </xs:restriction>
        </xs:simpleType>
	  </xs:attribute>
      <xs:attribute name="RecordIdentifier" use="required">
        <xs:simpleType>
          <xs:restriction base="xs:string"/>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="SubmittingAgencySubelementCode" type="xs:string" use="required"/>
    </xs:complexType>
  </xs:element>
</xs:schema>