xmlType (XmlTypeListType) Element
Defines an XML type.
<xs:element name="xmlType">
<xs:complexType>
<xs:complexContent>
<xs:extension
base="XmlType"
>
<xs:attribute name="name"
type="QName"
use="required"
/>
<xs:attribute name="value"
type="string"
use="required"
/>
<xs:attribute name="symbol"
type="string"
use="required"
/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
The xmlType element is defined by the XmlTypeListType complex type.
Attributes
Name | Type | Description |
---|---|---|
name | QName | The name of the output type. |
symbol | string | The symbol to use to reference the output type in your application. The Message Compiler (MC.exe) uses the symbol to create a constant for the output type in the header file that the compiler generates. |
value | string | An integer value that uniquely identifies the output type in the list of output types that you define. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also
-
Parent element