Skip to content

Commit a0a6f8f

Browse files
authored
Fix missing type definitions for ComponentData subelements in XML (#601)
Fix missing type definitions for ComponentData subelements Fixes #600
2 parents 88de88c + 9f08878 commit a0a6f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/bom-1.7.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -3931,7 +3931,7 @@ limitations under the License.
39313931
</xs:documentation>
39323932
</xs:annotation>
39333933
</xs:element>
3934-
<xs:element name="sensitiveData" minOccurs="0" maxOccurs="unbounded">
3934+
<xs:element name="sensitiveData" type="xs:string" minOccurs="0" maxOccurs="unbounded">
39353935
<xs:annotation>
39363936
<xs:documentation>
39373937
A description of any sensitive data in a dataset.
@@ -4020,7 +4020,7 @@ limitations under the License.
40204020
</xs:documentation>
40214021
</xs:annotation>
40224022
<xs:sequence>
4023-
<xs:element name="description" minOccurs="0" maxOccurs="1">
4023+
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1">
40244024
<xs:annotation>
40254025
<xs:documentation>
40264026
A description of this collection of graphics.

0 commit comments

Comments
 (0)