Skip to content

Commit

Permalink
add versioning standard to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAl3 committed Feb 25, 2025
1 parent e82f42e commit e02b785
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions schema/cpacs_schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -36383,7 +36383,7 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
<xsd:all>
<xsd:element name="cpacsVersion" type="xsd:string">
<xsd:annotation>
<xsd:documentation>CPACS version of the dataset
<xsd:documentation>CPACS version of the dataset according to the Semantic Versioning 2.0.0 standard.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Expand All @@ -36407,7 +36407,13 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
</xsd:element>
<xsd:element name="changeLog" minOccurs="0" type="changeLogType"/>
</xsd:all>
<xsd:attribute name="version" use="required" type="xsd:string"/>
<xsd:attribute name="version" use="required" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Reference to the &lt;version&gt; element in the &lt;header&gt; node, for which additional metadata is specified. The &lt;version&gt; element follows Semantic Versioning 2.0.0 standard, as does the corresponding attribute link.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Expand Down

0 comments on commit e02b785

Please sign in to comment.