Skip to main content
Skip table of contents

部屋内のアイテムのレポート

ファイル名:

Items in room.xfd

レベル:

Medium

レポートから XML:

Room → Equipment list per room

XMLサンプルファイル:

xml/ffe_in_room.xml

キーコンセプト:

Building Blocks, Dynamic page set


RDS - シンプルサンプルレポートと同様に、このレポートでは部屋機能番号順に並べられた各部屋のダイナミックページセットを使用しています。 
また、標準的なヘッダーとフッターのビルディング・ブロックと部屋コアのビルディング・ブロックを使用しています。 それに加えて、部屋棟にはFF&Eが備わっています。
部屋のビルディング・ブロックのFF&Eは、すべての物品のインデックスを必要とし、部屋のコア・ビルディング・ブロックは、正しく機能するために、
すべての参照部屋のインデックスを必要とするので、以下のxpath式がReview (レビュー) → Global XSLT window (グローバルXSLTウィンドウ) に追加されました:

<xsl:key match="article" name="article-index" use="@id"/> 
<xsl:key match="room" name="room-ref-index" use="@ref"/> 
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.