TypeListType 복합 형식
매니페스트에 사용되는 형식을 정의합니다.
<xs:complexType name="TypeListType">
<xs:choice
maxOccurs="unbounded"
>
<xs:element name="xmlTypes"
type="XmlTypeListType"
/>
<xs:element name="inTypes"
type="InputTypeListType"
/>
<xs:any
processContents="lax"
namespace="##other"
/>
</xs:choice>
</xs:complexType>
자식 요소
요소 | Type | 설명 |
---|---|---|
inTypes | InputTypeListType | 입력 데이터 형식 목록을 정의합니다. |
xmlTypes | XmlTypeListType | 서비스에서 입력 데이터 형식을 렌더링하는 방법을 결정하는 데 사용하는 목록 출력 형식을 정의합니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 |
Windows Vista [데스크톱 앱만 해당] |
지원되는 최소 서버 |
Windows Server 2008 [데스크톱 앱만 해당] |