http://schemas.microsoft.com/sqlserver/2004/sqltypes
complexType xml

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://schemas.microsoft.com/sqlserver/2004/sqltypes}xml (restriction)

Properties
This component is not nillable.

Model
<...>
(any element from any namespace)*
</...>

Source
<xsd:complexType mixed="true" name="xml">
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xsd:sequence>
</xsd:complexType>


http://www.stylusstudio.com