<folderType> 요소는 폴더 형식에 대한 GUID를 지정합니다. 이 요소는 <templateInfo> 요소가 있는 경우에 필요합니다. 특성이 없고 자식 요소가 없습니다.
통사론
<!-- folderType -->
<xs:element name="templateInfo" minOccurs="0">
<xs:complexType>
<xs:all>
<xs:element name="folderType" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
요소 정보
Parent 요소 | 자식 요소 |
---|---|
templateInfo 요소(검색 커넥터 스키마) |
발언
기본 GUID는 페더레이션 검색(OpenSearch) 커넥터의 일반 폴더 유형인 {8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}입니다.
folderType 요소의 예
<!-- templateInfo and folderType -->
<templateInfo>
<folderType>{8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}</folderType>
</templateInfo