Skip to content

Commit

Permalink
set library attribute as required
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnKaijser committed May 1, 2013
1 parent a6ad4e6 commit d385d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addons/xbmc.python/pluginsource.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<xs:attribute name="point" type="xs:string" use="required"/>
<xs:attribute name="id" type="simpleIdentifier"/>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="library" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="content">
Expand Down
2 changes: 1 addition & 1 deletion addons/xbmc.python/script.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<xs:attribute name="point" type="xs:string" use="required"/>
<xs:attribute name="id" type="simpleIdentifier"/>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="library" type="xs:string"/>
<xs:attribute name="library" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:simpleType name="simpleIdentifier">
Expand Down

0 comments on commit d385d0f

Please sign in to comment.