Schema Name: CIDX_CeS_v4.0_Message_PostingAcceptResponse.xsd
Target Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Collapse XSD Schema Code:

<!--
  Copyright © 2004 Chemical Industry Data Exchange. All rights reserved.
  This schema and its use are subject to the statement appearing on
  Page 1 of the Chem eStandards v4.0 Introduction, and to the license
  agreement available during the Chem eStandards download process.
-->
<xsd:schema targetNamespace="urn:cidx:names:specification:ces:schema:all:4:0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:cidx:names:specification:ces:schema:all:4:0">
  <xsd:include schemaLocation="CIDX_CeS_v4.0_CommonComponents.xsd"/>
  <xsd:element name="LineItemAcceptanceStatus" type="LineItemAcceptanceStatusType">
    <xsd:annotation>
      <xsd:documentation>
        <Documentation>
          <Description>The acceptance status of an individual line item on a posting message.</Description>
        </Documentation>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>
  <xsd:complexType name="LineItemAcceptanceStatusType">
    <xsd:sequence>
      <xsd:element ref="StatusInformation"/>
    </xsd:sequence>
  </xsd:complexType>
  <xsd:element name="PostingAcceptResponse" type="PostingAcceptResponseType">
    <xsd:annotation>
      <xsd:documentation>
        <Documentation>
          <Description/>
        </Documentation>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>
  <xsd:complexType name="PostingAcceptResponseType">
    <xsd:sequence>
      <xsd:element ref="Header"/>
      <xsd:element ref="PostingAcceptResponseBody"/>
    </xsd:sequence>
    <xsd:attribute name="Version" type="cidxToken" use="required" fixed="4.0"/>
  </xsd:complexType>
  <xsd:element name="PostingAcceptResponseBody" type="PostingAcceptResponseBodyType">
    <xsd:annotation>
      <xsd:documentation>
        <Documentation>
          <Description>Body of the PostingAcceptResponse transaction.</Description>
        </Documentation>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>
  <xsd:complexType name="PostingAcceptResponseBodyType">
    <xsd:sequence>
      <xsd:element ref="PostingAcceptResponseProperties"/>
      <xsd:element ref="PostingAcceptResponsePartners" minOccurs="0"/>
      <xsd:element ref="PostingAcceptResponseDetails" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
  <xsd:element name="PostingAcceptResponseDetails" type="PostingAcceptResponseDetailsType">
    <xsd:annotation>
      <xsd:documentation>
        <Documentation>
          <Description>Details section that contains the acceptance or rejection of an offer to accept a posting.</Description>
        </Documentation>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>
  <xsd:complexType name="PostingAcceptResponseDetailsType">
    <xsd:sequence>
      <xsd:element ref="PostingAcceptResponseLineItem" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
  <xsd:element name="PostingAcceptResponseLineItem" type="PostingAcceptResponseLineItemType">
    <xsd:annotation>
      <xsd:documentation>
        <Documentation>
          <Description>Individual lines on a posting accept response transaction.</Description>
        </Documentation>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>
  <xsd:complexType name="PostingAcceptResponseLineItemType">
    <xsd:sequence>
      <xsd:element ref="LineNumber"/>
      <xsd:element ref="LineItemAcceptanceStatus"/>
    </xsd:sequence>
  </xsd:complexType>
  <xsd:element name="PostingAcceptResponsePartners" type="PostingAcceptResponsePartnersType">
    <xsd:annotation>
      <xsd:documentation>
        <Documentation>
          <Description>Identifies the buyer and seller involved in the acceptance of a posting.</Description>
          <Comments>This is the official definition of Posting Partners, all other posting transactions should follow this definition.</Comments>
        </Documentation>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>
  <xsd:complexType name="PostingAcceptResponsePartnersType">
    <xsd:choice>
      <xsd:element ref="Buyer"/>
      <xsd:element ref="Seller"/>
      <xsd:element ref="OtherPartner" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:choice>
  </xsd:complexType>
  <xsd:element name="PostingAcceptResponseProperties" type="PostingAcceptResponsePropertiesType">
    <xsd:annotation>
      <xsd:documentation>
        <Documentation>
          <Description>Properties for the PostingAcceptResponse transaction.</Description>
          <Comments>This is the official definition of Posting Properties, all other posting transactions should follow this definition.</Comments>
        </Documentation>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>
  <xsd:complexType name="PostingAcceptResponsePropertiesType">
    <xsd:sequence>
      <xsd:element ref="PostingNumber"/>
      <xsd:element ref="ConfirmationNumber" minOccurs="0"/>
      <xsd:element ref="ResponseIdentifier" minOccurs="0"/>
      <xsd:element ref="ResponseInformation" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element ref="LanguageCode" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>
Collapse ComplexTypes:
Collapse Elements: