Skip to content

Commit 8c0c7df

Browse files
Merge pull request #183 from jkowalleck/fix-182
fix: XML schema 1.4 make all `ref` arguments `type="bom:refType"`
2 parents 6638df1 + 0e13a74 commit 8c0c7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.4.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ limitations under the License.
19711971
<xs:element name="target">
19721972
<xs:complexType>
19731973
<xs:sequence minOccurs="0" maxOccurs="1">
1974-
<xs:element name="ref" minOccurs="1" maxOccurs="1">
1974+
<xs:element name="ref" type="bom:refType" minOccurs="1" maxOccurs="1">
19751975
<xs:annotation>
19761976
<xs:documentation>References a component or service by the objects bom-ref.</xs:documentation>
19771977
</xs:annotation>

0 commit comments

Comments
 (0)