My favorites
|
Sign in
opensocial-resources
Resources to help you spend less time coding, more time socializing
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r1205
Source path:
svn
/
spec
/
0.8
/
gadgets
/
message-bundle.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="messagebundle">
<xs:complexType>
<xs:sequence>
<xs:element name="msg" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="desc" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
Show details
Hide details
Change log
r664
by api.kur...@google.com on May 27, 2008
Diff
Adding XSD documents for gadgets
Go to:
/spec/0.8/gadgets/dynamic-height.js
/spec/0.8/gadgets/flash.js
...0.8/gadgets/gadgets-extended.xsd
/spec/0.8/gadgets/gadgets.xsd
/spec/0.8/gadgets/io.js
...c/0.8/gadgets/message-bundle.xsd
/spec/0.8/gadgets/minimessage.js
/spec/0.8/gadgets/prefs.js
/spec/0.8/gadgets/pubsub.js
/spec/0.8/gadgets/rpc.js
/spec/0.8/gadgets/setprefs.js
/spec/0.8/gadgets/settitle.js
/spec/0.8/gadgets/skins.js
/spec/0.8/gadgets/tabs.js
/spec/0.8/gadgets/util.js
/spec/0.8/gadgets/views.js
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 663 bytes, 19 lines
View raw file
File properties
svn:mime-type
text/xml