Section Content Schema Version
[DWF File Format]

Collaboration diagram for Section Content Schema Version:


Detailed Description

These macros are available for referencing the current version of the schema for the section content documents.


Defines

#define _DWF_FORMAT_SECTION_CONTENT_VERSION_MAJOR   1
 The major revision of the section content document schema.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_MINOR   0
 The minor revision of the section content document schema.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_CURRENT   ((_DWF_FORMAT_SECTION_CONTENT_VERSION_MAJOR*100) + _DWF_FORMAT_SECTION_CONTENT_VERSION_MINOR)
 The current version of the section content document document schema as a composite integer value.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_SECTION_CONTENT_VERSION_MAJOR + (_DWF_FORMAT_SECTION_CONTENT_VERSION_MINOR/100.0))
 The current version of the section content document document schema as a composite floating point value.
#define _DWF_FORMAT_SECTION_CONTENT_VERSION_CURRENT_STRING   "1.0"
 The current version of the section content document document schema as an ASCII character string.
#define _DWF_FORMAT_SECTION_CONTENT_SCHEMA_LOCATION_STRING   "http://autodesk.com/global/dwf/sectioncontent.xsd"
 The section content document schema location as an ASCII character string.
#define _DWF_FORMAT_SECTION_CONTENT_SCHEMA_LOCATION_WIDE_STRING   L"http://autodesk.com/global/dwf/sectioncontent.xsd"
 The section content document schema location as a wide character string.


Define Documentation

#define _DWF_FORMAT_SECTION_CONTENT_VERSION_CURRENT   ((_DWF_FORMAT_SECTION_CONTENT_VERSION_MAJOR*100) + _DWF_FORMAT_SECTION_CONTENT_VERSION_MINOR)
 

The current version of the section content document document schema as a composite integer value.

The current value of this macro is 100.

Definition at line 707 of file Version.h.

#define _DWF_FORMAT_SECTION_CONTENT_VERSION_CURRENT_FLOAT   (float)(_DWF_FORMAT_SECTION_CONTENT_VERSION_MAJOR + (_DWF_FORMAT_SECTION_CONTENT_VERSION_MINOR/100.0))
 

The current version of the section content document document schema as a composite floating point value.

The current value of this macro is 1.0.

Definition at line 714 of file Version.h.


Generated on Tue Jan 6 22:40:20 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5