Skip to content

Commit bae00b0

Browse files
committed
[lib][rr_graph] add schema_file_id to rr graph attributes
1 parent 461ccd7 commit bae00b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/librrgraph/src/io/rr_graph.xsd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
attribute should be the name of a xs:simpleType that defines an
3838
xs:restriction / xs:enumeration. This will be demonstrated later.
3939
-->
40+
4041
<xs:complexType name="channel">
4142
<xs:attribute name="chan_width_max" type="xs:int" use="required"/>
4243
<xs:attribute name="x_min" type="xs:int" use="required"/>
@@ -375,6 +376,8 @@
375376
<xs:attribute name="tool_name" type="xs:string"/>
376377
<xs:attribute name="tool_version" type="xs:string"/>
377378
<xs:attribute name="tool_comment" type="xs:string"/>
379+
380+
<xs:attribute name="schema_file_id" type="xs:unsignedLong"/>
378381
</xs:complexType>
379382
</xs:element>
380383

0 commit comments

Comments
 (0)