<vstream>
(Binary Versioned Stream)
This element specifies a binary versioned stream variant type.
This type is defined as follows: A <stream>
element's content with a GUID version (the @version
attribute).
Attributes |
Description |
---|---|
|
The version attribute of the The possible values for this attribute are defined by the ST_Clsid simple type (§7.4.3.2). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Vstream">
<simpleContent>
<extension base="xsd:base64Binary">
<attribute name="version" type="ST_Clsid"/>
</extension>
</simpleContent>
</complexType>