http://schemas.microsoft.com/sqlserver/2004/sqltypes
simpleType timestamp

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

Properties
This component is not nillable.

Model

maximum length: 8


Source
<xsd:simpleType name="timestamp">
<xsd:restriction base="xsd:base64Binary">
<xsd:maxLength value="8"/>
</xsd:restriction>
</xsd:simpleType>


http://www.stylusstudio.com