The datastore schema uses several global properties to maintain relationships across the hierarchy of the datastore.
| Property | Object | Description |
|---|---|---|
| _OSImage | DEVICE | Associates a run-time image with a specified target device. |
| _Version | DATASTORE | Indicates the version of the datastore. |
| Deprecated | DATASTORE | Indicates that the element is out of date. |
| Superseded | DATASTORE | Indicates that the client defined a removal property. |
| _SupportedPlatform | OSIMAGE | Identifies the platform that references a specific run-time image. |
| _InvariantName | PLATFORM | Supports code generation. |
| _AssociatedPlatform | DEVICE | Allows the IDE to associate a DEVICE object with an existing PLATFORM object. |
| _PackageInstaller | FILE | Describes the installer that will expand a specified file on a target device. |
| _IsFileCollection | FILE | Indicates whether a file is actually a file collection, and thus has a file container as a child. |
| _AddonFile | DATASTORE | Refers each PLATFORM and PACKAGE object to a file in the add-on subdirectory. |
| _AddonFileTimeStamp | DATASTORE | Specifies the last known time-stamp of _AddonFile. |
See Also
Send Feedback on this topic to the authors