선택적 <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>