<!--
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="urn:cidx:names:specification:ces:schema:all:4:0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation="CIDX_CeS_v4.0_CommonComponents.xsd" />
<xsd:element name="AdditionalInformation" type="AdditionalInformationType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>Supplementary textual or other reference information for a market place posting.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="AdditionalInformationType">
<xsd:restriction base="cidxToken" />
</xsd:simpleType>
<xsd:element name="PostingCancel" type="PostingCancelType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description />
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="PostingCancelType">
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:element ref="Header" minOccurs="1" maxOccurs="1" />
<xsd:element ref="PostingCancelBody" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="Version" use="required" type="cidxToken" fixed="4.0" />
</xsd:complexType>
<xsd:element name="PostingCancelBody" type="PostingCancelBodyType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>eStandards Body structure. Contains the message-specific metadata in up-to three sections: Properties, Partners, and Details.</Description>
</Documentation>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="PostingCancelBodyType">
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:element ref="PostingCancelProperties" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
<xsd:element name="PostingCancelProperties" type="PostingCancelPropertiesType">
<xsd:annotation>
<xsd:documentation>
<Documentation>
<Description>Transaction-specific properties.</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="PostingCancelPropertiesType">
<xsd:sequence minOccurs="1" maxOccurs="1">
<xsd:element ref="PostingNumber" minOccurs="1" maxOccurs="1" />
<xsd:element ref="AdditionalInformation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="LanguageCode" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
|