Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the sequence used to define a description of an error in a deployment report. Allows any properly formed XML to be contained by the error description.
<xs:complexType name="Description"
mixed="true"
>
<xs:sequence>
<xs:any
processContents="skip"
minOccurs="0"
maxOccurs="unbounded"
namespace=""
/>
</xs:sequence>
</xs:complexType>