New version

This commit is contained in:
CI
2025-02-28 09:56:52 +01:00
parent df583b70b5
commit 12a75e1942

View File

@@ -6,6 +6,7 @@
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/> <xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="library"> <xsd:element name="library">
<xsd:annotation><xsd:documentation>Root element for library.xml files</xsd:documentation></xsd:annotation>
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element type="ExternalLib" name="external-lib" minOccurs="0" maxOccurs="unbounded"/> <xsd:element type="ExternalLib" name="external-lib" minOccurs="0" maxOccurs="unbounded"/>
@@ -27,6 +28,7 @@
</xsd:complexType> </xsd:complexType>
<xsd:element name="family"> <xsd:element name="family">
<xsd:annotation><xsd:documentation>Root element for family definition files</xsd:documentation></xsd:annotation>
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element type="xsd:string" name="description"/> <xsd:element type="xsd:string" name="description"/>