Skip to content

Commit

Permalink
feat(objectionary#3934): no license in XSD
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Feb 26, 2025
1 parent ccd972b commit c11d4d1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions eo-parser/src/main/resources/XMIR.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<xs:documentation>
Every XMIR document is essentially an XML document that
contains objects found in a EOLANG program together with
supplementary information, such as metas, license, and so on.
supplementary information, such as metas, and so on.
The schema is used to validate the XMIR documents, which are
generated by the EO parser. The schema defines the structure
of the XMIR document, including the elements and attributes
Expand Down Expand Up @@ -252,21 +252,6 @@
<xs:extension base="non-empty"/>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="license">
<xs:annotation>
<xs:appinfo>The entire license found in the source code</xs:appinfo>
<xs:documentation>
The element contains the entire text of the license found in the source code. This information is crucial for
understanding the legal terms under which the code can be used, modified, and distributed. By including the full
license text, developers and users can easily reference the licensing terms without needing to look up the
original source. This practice helps ensure compliance with the license and provides transparency regarding the
legal framework governing the code.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="non-empty"/>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="sheet">
<xs:annotation>
<xs:appinfo>The XSL stylesheet that was applied to the XMIR</xs:appinfo>
Expand Down Expand Up @@ -375,7 +360,6 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="license" type="license" minOccurs="0"/>
<xs:element name="metas" minOccurs="0">
<xs:complexType>
<xs:sequence>
Expand Down

0 comments on commit c11d4d1

Please sign in to comment.