dateCreated 要素 (検索コネクタ スキーマ)
省略可能な <dateCreated> 要素は、ISO 8601 標準を使用して、この検索コネクタが作成された日付と時刻を識別します。 子要素も属性もありません。
構文
<!-- dateCreated -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="dateCreated" type="xs:dateTime" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
要素情報
Parent 要素 | 子要素 |
---|---|
searchConnectorDescriptionType 要素 (Search Connector スキーマ) |
解説
この要素の値の形式は、ISO 8601 標準に従います。 一般的な用途は、次のいずれかです。
- [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]±[hh]:[mm] ("1981-04-05T14:30:30-05:00")
- [YYYY][MM][DD]T[hh][mm][ss]Z ("19810405T193030Z")
例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.adventureworks.com/searchConnector">
...
<dateCreated>2009-04-05T12:00:00-05:00</dateCreated>
...
</searchConnectionDescription>