| Interstage Application Server ebXML Message Service ユーザーズガイド |
目次
索引
![]()
|
| 付録B CPA記述条件 | > B.1 CPA記述条件 | > B.1.2 CPAの要素ごとの記述条件 |
|
CollaborationProtocolAgreement |
|||
|
|
名称 |
値(属性,値)・内容(要素) |
出現数 |
|
属性 |
xmlns:tp |
[固定文字列] |
1 |
|
xmlns:ds |
[固定文字列] |
1 |
|
|
xmlns:xlink |
[固定文字列] |
1 |
|
|
cpaid |
[自由文字列(CPA識別パラメタとして利用)] |
1 |
|
|
子要素 |
Status |
CPAの交渉状態 |
1 |
|
Start |
CPAの開始時刻 |
1 |
|
|
End |
CPAの終了時刻 |
1 |
|
|
PartyInfo |
取引当事者の情報 |
2 |
|
|
Packaging |
パッケージング情報 |
1〜複 |
|

<tp:CollaborationProtocolAgreement
xmlns:tp="http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:xlink="http://www.w3.org/1999/xlink"
tp:cpaid="PartyA-PartyB:CPA001">
<tp:Status>…</tp:Status>
<tp:Start>…</tp:Start>
<tp:End>…</tp:End>
<tp:PartyInfo>…</tp:PartyInfo>
<tp:PartyInfo>…</tp:PartyInfo>
<tp:Packaging>…</tp:Packaging>
</tp:CollaborationProtocolAgreement>
目次
索引
![]()
|