1*4c5876f0SPrithvi Paidescription: > 2*4c5876f0SPrithvi Pai Implement to provide software asset attributes. 3*4c5876f0SPrithvi Pai 4*4c5876f0SPrithvi Paiproperties: 5*4c5876f0SPrithvi Pai - name: Manufacturer 6*4c5876f0SPrithvi Pai type: string 7*4c5876f0SPrithvi Pai description: > 8*4c5876f0SPrithvi Pai This property shall represent the name of the manufacturer or producer 9*4c5876f0SPrithvi Pai of this software 10*4c5876f0SPrithvi Pai flags: 11*4c5876f0SPrithvi Pai - readonly 12*4c5876f0SPrithvi Pai - name: ReleaseDate 13*4c5876f0SPrithvi Pai type: string 14*4c5876f0SPrithvi Pai description: > 15*4c5876f0SPrithvi Pai Release date of the software in ISO 8601 format, either as YYYYMMDD or 16*4c5876f0SPrithvi Pai YYYYMMDDThhmmssZ. Where 'T' is a literal character to separate date 17*4c5876f0SPrithvi Pai fields from time and 'Z' is a literal character to indicate UTC. If 18*4c5876f0SPrithvi Pai the time of day is unknown, the time of day portion of the property 19*4c5876f0SPrithvi Pai shall contain `00:00:00Z`. 20*4c5876f0SPrithvi Pai flags: 21*4c5876f0SPrithvi Pai - readonly 22