Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Element | Type | Description |
---|---|---|
inTypes | InputTypeListType | Defines a list of input data types. |
xmlTypes | XmlTypeListType | Defines a list output types that the service uses to determine how to render an input data type. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |