[3] DAV: 名前空間の propstat
要素は、 prop 要素と status
要素をまとめるものです >>1。
[4] propstat 要素の内容は要素内容で、
prop 要素と status
要素を1つずつ含めなければなりません。
更に error 要素と responsedescription
要素を1つずつ含めることができます。 >>1
順序は意味を持ちません >>10。
[5] prop 要素は、 status
要素に示された結果が適用される特性のみ列挙しなければなりません。 >>1
[6] error 要素や responsedescription
要素が含まれる場合、これらも prop 要素の特性に関するものです。
>>1
[2] RFC 2518 (WebDAV) 12.9.1.1 propstat XML Element
- Name
propstat- Namespace
DAV:- Purpose
- Groups together a prop and status element that is associated with a particular href element.
- Description
- The propstat XML element MUST contain one prop XML element and one status XML element. The contents of the prop XML element MUST only list the names of properties to which the result in the status element applies.
href 要素に関連付けられる
prop 要素と status 要素を集団化します。propstat 要素は1つの prop XML 要素と
1つの status 要素を含まなければなりません。
prop XML 要素の内容は status 要素が適用されることになる特性の名前だけを列挙しなければなりません。<!ELEMENT
propstat(prop,status,responsedescription?) >
location要素は認められていません。