|
Revision 4526, 479 bytes
(checked in by erijo, 2 years ago)
|
|
Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <schema xmlns="http://www.w3.org/2001/XMLSchema"> |
|---|
| 3 | <element name="messaging-emoticon-map"> |
|---|
| 4 | <complexType> |
|---|
| 5 | <sequence> |
|---|
| 6 | <element name="emoticon" minOccurs="0" maxOccurs="unbounded"> |
|---|
| 7 | <attribute name="file" type="string" use="required"/> |
|---|
| 8 | <complexType> |
|---|
| 9 | <sequence> |
|---|
| 10 | <element name="string" minOccurs="0" maxOccurs="unbounded"/> |
|---|
| 11 | </sequence> |
|---|
| 12 | </complexType> |
|---|
| 13 | </element> |
|---|
| 14 | </sequence> |
|---|
| 15 | </complexType> |
|---|
| 16 | </element> |
|---|
| 17 | </schema> |
|---|