TypeListType Complex Type
- Makale
-
-
Defines the types that are used in the manifest.
<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>
Child elements
Requirements
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|