SwidDocument
Used to hold scanned SWID Tag XML documents.
erDiagram
MachineSoftwareSignature ||--o{ SwidDocument : "MachineSoftwareSignatureID"
Fields
| Field |
Type |
Description |
| ActivationStatus |
string |
SWID activation_status |
| ChannelType |
string |
SWID channel_type |
| Created |
datetime |
Date/Time this entry was created |
| CreatedGUID |
guid |
GUID of the scan that created this entry |
| CustomerType |
string |
SWID customer_type |
| EntitlementRequiredIndicator |
boolean |
SWID entitlement_required |
| ID |
numeric |
Internal ID for the SwidDocument entity (Primary Key) |
| LastScan |
datetime |
Date/Time this SWID Tag was last found in a scan |
| LastScanGUID |
guid |
GUID of the scan file that last detected this SWID tag |
| LicenseLinkage |
boolean |
true if SWID document contains a license_linkage element |
| MachineSoftwareSignatureID |
numeric |
Internal ID that references the MachineSoftwareSignature entity (Foreign Key) |
| Path |
string |
Absolute path of the tag file on the client machine |
| ProductTitle |
string |
SWID product_title |
| ProductVersion |
string |
SWID product_version |
| SerialNumber |
string |
SWID serial_number element |
| SoftwareCreator |
string |
SWID software_creator name |
| SoftwareCreatorRegID |
string |
SWID software_creator regid |
| SoftwareLicensor |
string |
SWID software_licensor name |
| SoftwareLicensorRegID |
string |
SWID software_licensor regid |
| SwidDocument |
xml |
Contents of the tag file |
| TagCreator |
string |
SWID tag_creator name |
| TagCreatorRegID |
string |
SWID tag_creator regid |
| UniqueID |
string |
SWID software_id unique_id |
References
| Column Name |
Referenced Table |
Description |
| MachineSoftwareSignatureID |
MachineSoftwareSignature |
M:n relation between machines and software signatures |