We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461ccd7 commit bae00b0Copy full SHA for bae00b0
libs/librrgraph/src/io/rr_graph.xsd
@@ -37,6 +37,7 @@
37
attribute should be the name of a xs:simpleType that defines an
38
xs:restriction / xs:enumeration. This will be demonstrated later.
39
-->
40
+
41
<xs:complexType name="channel">
42
<xs:attribute name="chan_width_max" type="xs:int" use="required"/>
43
<xs:attribute name="x_min" type="xs:int" use="required"/>
@@ -375,6 +376,8 @@
375
376
<xs:attribute name="tool_name" type="xs:string"/>
377
<xs:attribute name="tool_version" type="xs:string"/>
378
<xs:attribute name="tool_comment" type="xs:string"/>
379
380
+ <xs:attribute name="schema_file_id" type="xs:unsignedLong"/>
381
</xs:complexType>
382
</xs:element>
383
0 commit comments