|
Post by nschellenberger on Mar 16, 2023 21:42:19 GMT
Apparent minor error in DSP8010_2022.3 Schema Bundle Bios_v1.xml v1.2.0. I suspect Edm.Primitive is intended to read Edm.PrimitiveType?
--- a/redfish/cmd/edmx/csdl/Bios_v1.xml +++ b/redfish/cmd/edmx/csdl/Bios_v1.xml @@ -131,7 +131,7 @@ <Collection> <Record> <PropertyValue Property="Pattern" String="^[A-Za-z][A-Za-z0-9_]+$"/> - <PropertyValue Property="Type" String="Edm.Primitive"/> + <PropertyValue Property="Type" String="Edm.PrimitiveType"/> </Record> </Collection> </Annotation>
|
|
|
Post by mraineri on Mar 17, 2023 12:34:55 GMT
You're right; we can make a fix for that.
|
|