Business-cXML
view release on metacpan or search on metacpan
t/xml-catalog/cXML-1.2.036/cXML.dtd view on Meta::CPAN
applies only when the initial status (transmitted via a
ProviderDoneMessage) was an interim value.
-->
<!ELEMENT ProviderSetupRequest (OriginatorCookie,
(BrowserFormPost, Followup?)?,
SelectedService, Extrinsic*)>
<!--
ProviderSetupResponse
-->
<!ELEMENT ProviderSetupResponse (StartPage)>
<!--
ProviderDoneMessage
-->
<!ELEMENT ProviderDoneMessage (OriginatorCookie, ReturnData*)>
<!--
For cXML license agreement information, please see
http://www.cxml.org/home/license.asp
$Id: //ariba/cxml/release/schema/1.2.36.1+/Modules/DataAvailable.mod#1 $
-->
<!--
DataAvailable message.
-->
<!ELEMENT DataAvailableMessage (InternalID)>
<!--
For cXML license agreement information, please see
http://www.cxml.org/home/license.asp
$Id: //ariba/cxml/release/schema/1.2.36.1+/Modules/DataRequest.mod#1 $
-->
<!--
Definition of a DataRequest.
-->
<!ELEMENT DataRequest (InternalID)>
<!--
DataResponse. Contains the attachments if any for this response.
Only a successful response to a download attempt would include this element
-->
<!ELEMENT DataResponse (Attachment+)>
<!--
For cXML license agreement information, please see
http://www.cxml.org/home/license.asp
$Id: //ariba/cxml/release/schema/1.2.36.1+/Modules/CatalogUpload.mod#1 $
-->
<!--
Contain all the information related to the catalog upload, the same
functionality as the catalog upload provided by supplier.ariba.com
-->
<!ELEMENT CatalogUploadRequest (CatalogName, Description, Attachment,
Commodities?, AutoPublish?, Notification)>
<!ATTLIST CatalogUploadRequest
operation (new | update) #REQUIRED
>
<!--
CatalogName is the name of the uploaded/published catalog. The
name is unique per supplier, and it can be defined in the
different languages
-->
<!ELEMENT CatalogName ( #PCDATA )> <!-- string -->
<!ATTLIST CatalogName
xml:lang %xmlLangCode; #REQUIRED
>
<!--
The list of the commodity codes.
-->
<!ELEMENT Commodities (CommodityCode+)>
<!--
The two-digit code
-->
<!ELEMENT CommodityCode ( #PCDATA )> <!-- string -->
<!--
If the attribute "enabled" set to be "true", the updated catalog
will be published to the same buyers according to its previous
publish
-->
<!ELEMENT AutoPublish EMPTY>
<!ATTLIST AutoPublish
enabled %string; #REQUIRED
>
<!--
The information used by Ariba CSN to send the notification (the
status of the catalog upload) to the suppliers.
-->
<!ELEMENT Notification (Email?, URLPost?)>
<!--
The URL to receive the StatusUpdateRequest, which describes the
status of the catalog upload, such as the "success" (means the
catalog is validated, or the catalog is published),
the "failed" (the catalog has errors, ......)
-->
<!ELEMENT URLPost EMPTY>
<!ATTLIST URLPost
enabled %string; #REQUIRED
>
<!--
For cXML license agreement information, please see
http://www.cxml.org/home/license.asp
$Id: //ariba/cxml/Modules/Profile.mod#6 $
-->
<!--
AuthRequest
An AuthRequest is used when one party (the "receiver") receives
credentials from another party (the "principal") and the receiver
needs a trusted third party to validate the credentials. The
receiver should enclose the credentials in an AuthRequest and send
them to the trusted third party for validation.
If the principal attempts to authenticate by revealing the shared
secret between itself and the trusted third party (not
recommended), the receiver should forward the credentials as they
were received, including the shared secret.
If the principal attempts to authenticate through a client
certificate (recommended), the receiver should forward the
credentials as well as an X509Data element containing an
X509IssuerSerial element describing the certificate used by the
principal (the receiver normally obtains this information from its
webserver or SSL/TLS implementation).
If the supplied credential is invalid, the trusted third party
should respond with an empty cXML response of status 403
(Forbidden). If the supplied credential is valid, the trusted
third party should respond with an AuthResponse that contains the
valid credentials.
-->
<!ELEMENT AuthRequest (Credential+, X509Data?)>
<!--
X509Data
An X509Data element is constructed to describe an X.509 client
certificate being used for authentication. This element (and its
children) are derived from the XML Digital Signature standard ().
-->
<!ELEMENT X509Data ((X509IssuerSerial |
X509SKI |
X509SubjectName |
X509Certificate)+ |
X509CRL)>
<!--
X509IssuerSerial
This element is a container for the serial number and issuer name
( run in 1.418 second using v1.01-cache-2.11-cpan-b16cb0d3907 )