Row 要素 (リスト)
リスト定義の Data 要素内で使用され、サイトの準備中にリストをインスタンス化するときの既定のデータ セットを提供します。
<Row>
</Row>
属性
属性 |
説明 |
---|---|
なし |
該当なし |
子要素
親要素
例
次のお知らせリストの Schema.xml ファイルの例は、ウェルカム ページのフィールドの 1 行を定義します。
<Data>
<Rows>
<Row>
<Field Name="Title">Welcome to your new team Web site!</Field>
<Field Name="Body">You can use this site to share information
with members of the site. To add a new announcement, click
"Add new announcement" below. This is a great way to
communicate news with your team.</Field>
<Field Name="Expires"><ows:TodayISO/></Field>
</Row>
</Rows>
</Data>