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 元素 (搜尋連接器架構)  

 

言論

這個專案值的格式遵循 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>