Skip to content

Commit 0e13a74

Browse files
committed
XML schema 1.4 make all ref arguments type="bom:refType"
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ef71717 commit 0e13a74

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
@@ -1969,7 +1969,7 @@ limitations under the License.
19691969
<xs:element name="target">
19701970
<xs:complexType>
19711971
<xs:sequence minOccurs="0" maxOccurs="1">
1972-
<xs:element name="ref" minOccurs="1" maxOccurs="1">
1972+
<xs:element name="ref" type="bom:refType" minOccurs="1" maxOccurs="1">
19731973
<xs:annotation>
19741974
<xs:documentation>References a component or service by the objects bom-ref.</xs:documentation>
19751975
</xs:annotation>

0 commit comments

Comments
 (0)