5 Commits
3.1.5 ... 3

View File

@@ -16,17 +16,9 @@
</xsd:element> </xsd:element>
<xsd:complexType name="ExternalLib"> <xsd:complexType name="ExternalLib">
<xsd:sequence>
<xsd:element type="ExternalFamily" name="family" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute type="xsd:string" name="name" use="required"/> <xsd:attribute type="xsd:string" name="name" use="required"/>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="ExternalFamily">
<xsd:attribute type="xsd:string" name="name" use="required"/>
<xsd:attribute type="xsd:string" name="short" use="required"/>
</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:annotation><xsd:documentation>Root element for family definition files</xsd:documentation></xsd:annotation>
<xsd:complexType> <xsd:complexType>
@@ -95,6 +87,7 @@
<xsd:element type="ItemList" name="item-list" minOccurs="0"/> <xsd:element type="ItemList" name="item-list" minOccurs="0"/>
</xsd:sequence> </xsd:sequence>
<xsd:attribute type="xsd:string" name="name" use="required"/> <xsd:attribute type="xsd:string" name="name" use="required"/>
<xsd:attribute type="xsd:boolean" name="noCount"/>
</xsd:complexType> </xsd:complexType>
@@ -169,6 +162,7 @@
<xsd:attribute type="xsd:int" name="value"/> <xsd:attribute type="xsd:int" name="value"/>
<xsd:attribute type="xsd:int" name="size"/> <xsd:attribute type="xsd:int" name="size"/>
<xsd:attribute type="xsd:string" name="type"/> <xsd:attribute type="xsd:string" name="type"/>
<xsd:attribute type="xsd:string" name="deviceType"/>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="BaseCollection"> <xsd:complexType name="BaseCollection">