New version
This commit is contained in:
@@ -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"/>
|
||||||
|
Reference in New Issue
Block a user