diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-10-30 06:31:23 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-10-30 06:31:23 +0800 |
commit | c0e325a7b10904f1a49f18696938c679b054f9f7 (patch) | |
tree | cb904dc0146debca32a1e65548df8ef8a84616e0 /data/epiphany-extension.xsd | |
parent | e00a88869cc659b8980f9516d632314bf9529cda (diff) | |
download | gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.gz gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.bz2 gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.lz gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.xz gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.tar.zst gsoc2013-epiphany-c0e325a7b10904f1a49f18696938c679b054f9f7.zip |
Comment that unfortunately, elements in <extension> must be in order.
Diffstat (limited to 'data/epiphany-extension.xsd')
-rw-r--r-- | data/epiphany-extension.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/epiphany-extension.xsd b/data/epiphany-extension.xsd index 4898b1ce7..63272a79f 100644 --- a/data/epiphany-extension.xsd +++ b/data/epiphany-extension.xsd @@ -12,7 +12,8 @@ <xsd:complexType name="ExtensionType"> <xsd:annotation> <xsd:documentation xml:lang="en"> - Metadata about an extension. + Metadata about an extension. Note: the elements + must appear *in order* (unfortunately). </xsd:documentation> </xsd:annotation> <xsd:sequence> |