Juan Hernandez 953b037
Juan Hernandez 953b037
Juan Hernandez 953b037
Juan Hernandez 953b037
  xmlns="http://www.w3.org/2001/XMLSchema" 
Juan Hernandez 953b037
  xmlns:rim="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" 
Juan Hernandez 953b037
  xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" 
Juan Hernandez 953b037
  xmlns:tns="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"
Juan Hernandez 953b037
  elementFormDefault="qualified"
Juan Hernandez 953b037
  attributeFormDefault="unqualified"
Juan Hernandez 953b037
  >
Juan Hernandez 953b037
  
Juan Hernandez 953b037
  <annotation>
Juan Hernandez 953b037
    <documentation xml:lang="en">The schema for OASIS ebXML Registry Services</documentation>
Juan Hernandez 953b037
  </annotation>
Juan Hernandez 953b037
  
Juan Hernandez 953b037
  <import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0" schemaLocation="rim.xsd"/>
Juan Hernandez 953b037
  
Juan Hernandez 953b037
  <import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" schemaLocation="rs.xsd"/>
Juan Hernandez 953b037
  <element name="SubmitObjectsRequest">
Juan Hernandez 953b037
    <annotation>
Juan Hernandez 953b037
      <documentation xml:lang="en">The SubmitObjectsRequest allows one to submit a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object.  Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader.</documentation>
Juan Hernandez 953b037
    </annotation>
Juan Hernandez 953b037
    <complexType>
Juan Hernandez 953b037
      <complexContent>
Juan Hernandez 953b037
        <extension base="rs:RegistryRequestType">
Juan Hernandez 953b037
          <sequence>
Juan Hernandez 953b037
            <element ref="rim:RegistryObjectList"/>
Juan Hernandez 953b037
          </sequence>
Juan Hernandez 953b037
        </extension>
Juan Hernandez 953b037
      </complexContent>
Juan Hernandez 953b037
    </complexType>
Juan Hernandez 953b037
  </element>
Juan Hernandez 953b037
  <element name="UpdateObjectsRequest">
Juan Hernandez 953b037
    <annotation>
Juan Hernandez 953b037
      <documentation xml:lang="en">The UpdateObjectsRequest allows one to update a list of RegistryObject elements. Each RegistryEntry element provides metadata for a single submitted object.  Note that the repository item being submitted is in a separate document that is not in this DTD. The ebXML Messaging Services Specfication defines packaging, for submission, of the metadata of a repository item with the repository item itself. The value of the id attribute of the ExtrinsicObject element must be the same as the xlink:href attribute within the Reference element within the Manifest element of the MessageHeader.</documentation>
Juan Hernandez 953b037
    </annotation>
Juan Hernandez 953b037
    <complexType>
Juan Hernandez 953b037
      <complexContent>
Juan Hernandez 953b037
        <extension base="rs:RegistryRequestType">
Juan Hernandez 953b037
          <sequence>
Juan Hernandez 953b037
            <element ref="rim:RegistryObjectList"/>
Juan Hernandez 953b037
          </sequence>
Juan Hernandez 953b037
        </extension>
Juan Hernandez 953b037
      </complexContent>
Juan Hernandez 953b037
    </complexType>
Juan Hernandez 953b037
  </element>
Juan Hernandez 953b037
  <element name="ApproveObjectsRequest">
Juan Hernandez 953b037
    <annotation>
Juan Hernandez 953b037
      <documentation xml:lang="en">
Juan Hernandez 953b037
        The ObjectRefList and AdhocQuery identify the list of
Juan Hernandez 953b037
        objects being approved.
Juan Hernandez 953b037
      </documentation>
Juan Hernandez 953b037
    </annotation>
Juan Hernandez 953b037
    <complexType>
Juan Hernandez 953b037
      <complexContent>
Juan Hernandez 953b037
        <extension base="rs:RegistryRequestType">
Juan Hernandez 953b037
          <sequence>
Juan Hernandez 953b037
            <element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />          
Juan Hernandez 953b037
            <element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
Juan Hernandez 953b037
          </sequence>
Juan Hernandez 953b037
        </extension>
Juan Hernandez 953b037
      </complexContent>
Juan Hernandez 953b037
    </complexType>
Juan Hernandez 953b037
  </element>
Juan Hernandez 953b037
  <element name="DeprecateObjectsRequest">
Juan Hernandez 953b037
    <annotation>
Juan Hernandez 953b037
      <documentation xml:lang="en">
Juan Hernandez 953b037
        The ObjectRefList and AdhocQuery identify the list of
Juan Hernandez 953b037
        objects being deprecated.
Juan Hernandez 953b037
      </documentation>
Juan Hernandez 953b037
    </annotation>
Juan Hernandez 953b037
    <complexType>
Juan Hernandez 953b037
      <complexContent>
Juan Hernandez 953b037
        <extension base="rs:RegistryRequestType">
Juan Hernandez 953b037
          <sequence>
Juan Hernandez 953b037
            <element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />          
Juan Hernandez 953b037
            <element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
Juan Hernandez 953b037
          </sequence>
Juan Hernandez 953b037
        </extension>
Juan Hernandez 953b037
      </complexContent>
Juan Hernandez 953b037
    </complexType>
Juan Hernandez 953b037
  </element>
Juan Hernandez 953b037
  <element name="UndeprecateObjectsRequest">
Juan Hernandez 953b037
    <annotation>
Juan Hernandez 953b037
      <documentation xml:lang="en">
Juan Hernandez 953b037
        The ObjectRefList is the list of
Juan Hernandez 953b037
        refs to the registry entrys being un-deprecated.
Juan Hernandez 953b037
      </documentation>
Juan Hernandez 953b037
    </annotation>
Juan Hernandez 953b037
    <complexType>
Juan Hernandez 953b037
      <complexContent>
Juan Hernandez 953b037
        <extension base="rs:RegistryRequestType">
Juan Hernandez 953b037
          <sequence>
Juan Hernandez 953b037
            <element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />          
Juan Hernandez 953b037
            <element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
Juan Hernandez 953b037
          </sequence>
Juan Hernandez 953b037
        </extension>
Juan Hernandez 953b037
      </complexContent>
Juan Hernandez 953b037
    </complexType>
Juan Hernandez 953b037
  </element>
Juan Hernandez 953b037
  <element name="RemoveObjectsRequest">
Juan Hernandez 953b037
    <annotation>
Juan Hernandez 953b037
      <documentation xml:lang="en">
Juan Hernandez 953b037
        The ObjectRefList is the list of
Juan Hernandez 953b037
        refs to the registry entrys being removed
Juan Hernandez 953b037
      </documentation>
Juan Hernandez 953b037
    </annotation>
Juan Hernandez 953b037
    <complexType>
Juan Hernandez 953b037
      <complexContent>
Juan Hernandez 953b037
        <extension base="rs:RegistryRequestType">
Juan Hernandez 953b037
          <sequence>
Juan Hernandez 953b037
            <element ref="rim:AdhocQuery" minOccurs="0" maxOccurs="1" />          
Juan Hernandez 953b037
            <element ref="rim:ObjectRefList" minOccurs="0" maxOccurs="1" />
Juan Hernandez 953b037
          </sequence>
Juan Hernandez 953b037
          <attribute name="deletionScope" default="urn:oasis:names:tc:ebxml-regrep:DeletionScopeType:DeleteAll" type="rim:referenceURI" use="optional"/>
Juan Hernandez 953b037
        </extension>
Juan Hernandez 953b037
      </complexContent>
Juan Hernandez 953b037
    </complexType>
Juan Hernandez 953b037
  </element>
Juan Hernandez 953b037
  <element name="RelocateObjectsRequest">
Juan Hernandez 953b037
    <complexType>
Juan Hernandez 953b037
      <complexContent>
Juan Hernandez 953b037
        <extension base="rs:RegistryRequestType">
Juan Hernandez 953b037
          <sequence>
Juan Hernandez 953b037
            <element maxOccurs="1" minOccurs="1" ref="rim:AdhocQuery" />
Juan Hernandez 953b037
            <element maxOccurs="1" minOccurs="1" name="SourceRegistry" type="rim:ObjectRefType"/>
Juan Hernandez 953b037
            <element maxOccurs="1" minOccurs="1" name="DestinationRegistry" type="rim:ObjectRefType"/>
Juan Hernandez 953b037
            <element maxOccurs="1" minOccurs="1" name="OwnerAtSource" type="rim:ObjectRefType"/>
Juan Hernandez 953b037
            <element maxOccurs="1" minOccurs="1" name="OwnerAtDestination" type="rim:ObjectRefType"/>
Juan Hernandez 953b037
          </sequence>
Juan Hernandez 953b037
        </extension>
Juan Hernandez 953b037
      </complexContent>
Juan Hernandez 953b037
    </complexType>
Juan Hernandez 953b037
  </element>
Juan Hernandez 953b037
  <element name="AcceptObjectsRequest">
Juan Hernandez 953b037
    
Juan Hernandez 953b037
    <complexType>
Juan Hernandez 953b037
      <complexContent>
Juan Hernandez 953b037
        <extension base="rs:RegistryRequestType">
Juan Hernandez 953b037
          <attribute name="correlationId" type="anyURI" use="required"/>
Juan Hernandez 953b037
        </extension>
Juan Hernandez 953b037
      </complexContent>
Juan Hernandez 953b037
    </complexType>
Juan Hernandez 953b037
  </element>
Juan Hernandez 953b037
</schema>