Rooms are represented by the 部屋は /drofus-xml/room-container/room node. This node has a
@id attribute that references back to a ノードで表されます。このノードには
id属性があり、上で説明したように/drofus-xml/level/room/@ref attribute as explained above.
Room core attributes are contained in the @ref属性を参照します。
部屋のコア属性は/drofus-xml/room-container/room/core node. The content of this will be dependent on the project as also extra room core attributes, group types etc. are included as attributes. Most of the attributes are self explainable but the most important are:coreノードに含まれます。
このノードの内容はプロジェクトに依存し、追加の部屋コア属性やグループタイプなども属性として含まれます。
ほとんどの属性は説明可能ですが、最も重要なのは以下の通りです:
- room/core/@room_func_
no: Room function number- no:部屋機能番号
- room/core/@name: A concatenation of the @name:room_name and description attribute, separated by a comma(部屋名)と description (説明)属性をコンマで区切って連結したもの。
- room/core/@room_name: Room namename:部屋名
- room/core/@description: Room description@description:部屋の説明
- room/core/@program_area: Program areaarea:プログラムエリア
- room/core/@design_area: Designed / Actual areaarea:設計面積/実面積
- room/core/@architect_no: Geographical room number
...
- room/rds: The room data sheet. See 6.5 for more details on how this is organized.no:地理的な部屋番号
さらに、部屋は、追加のプロパティ(追加の部屋コア属性)を表す部屋/プロパティノードを含むことができます。これらは、属性としてコアにもありますが、
プロジェクトに依存しないアクセスを可能にするために、ノードとして表現されています
(すべてのプロパティ・ノードを反復できますが、プロジェクトに依存するレポートを作成する場合は、コア属性を直接選択する方がより簡単です)。
この部屋の下には:
- room/rds: 部屋のデータシート。これがどのように構成されるかについての詳細は 6.5 をご参照ください。
- room/occurrence-list:list:FF&E list / Equipment in room list.(家具・什器&備品)リスト / 室内設備リスト
- room/occurrence-list/occurrence: Represent an occurrence of equipment in room : 部屋の設備のオカレンスを表す。
- room/occurrence-list/occurrence/@parent_article_id: If this attribute is present, the occurrence is a sub article occurrence and the id is a reference to the parent article id.id:この属性が存在する場合、オカレンスはサブの物品のオカレンスであり、idは親の物品のidへの 参照です。
- room/occurrence-list/occurrence/@priority: The priority of the occurrence.@priority:オカレンスの優先順位。
- room/occurrence-list/occurrence/article: Reference the article article:物品/FF&E item in the article-containerアイテムを物品コンテナで参照する。
- room/occurrence-list/occurrence/cost/amount: Contains the net and gross quantity of this occurrenceamount:正味および総額でのオカレンス量を含む。
- room/occurrence-list/ occurrence/cost/price: Contains the net and gross sum price for this quantity (net/gross count * unit price)
- room/occurrence-list/occurrence: Represent an occurrence of equipment in room : 部屋の設備のオカレンスを表す。
- room/cost: Contains the sum and count of occurrence/cost with the same nodes and attributes as the occurrence/cost.
...
- price:この数量の正味および総計価格を含む (正味/総計 * 単価)
- 部屋/コスト: オカレンス/コストと同じノードと属性を持つオカレンス/コストの合計とカウントを含みます。