summaryrefslogtreecommitdiffhomepage
path: root/lib/schema/dc.xsd
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-01 11:58:09 +0900
committerRandy Morgan <[email protected]>2012-04-01 11:58:09 +0900
commit1529fce32449a8454208fded20d83c9ceca810e0 (patch)
tree02f722182fea58a51b8c0a5433221b3a677e80e4 /lib/schema/dc.xsd
parent22a341841f191a5aa00e87b1f166b4f25cc67f0a (diff)
downloadcaxlsx-1529fce32449a8454208fded20d83c9ceca810e0.tar.gz
caxlsx-1529fce32449a8454208fded20d83c9ceca810e0.zip
rebuild all serialization to use string concatenation instead of nokogiri.
Diffstat (limited to 'lib/schema/dc.xsd')
-rw-r--r--lib/schema/dc.xsd10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/schema/dc.xsd b/lib/schema/dc.xsd
index b8315e7e..fffd1522 100644
--- a/lib/schema/dc.xsd
+++ b/lib/schema/dc.xsd
@@ -12,7 +12,7 @@
Created 2003-04-02
- Created by
+ Created by
Tim Cole ([email protected])
Tom Habing ([email protected])
@@ -23,14 +23,14 @@
This schema declares XML elements for the 15 DC elements from the
http://purl.org/dc/elements/1.1/ namespace.
- It defines a complexType SimpleLiteral which permits mixed content
+ It defines a complexType SimpleLiteral which permits mixed content
and makes the xml:lang attribute available. It disallows child elements by
use of minOcccurs/maxOccurs.
However, this complexType does permit the derivation of other complexTypes
which would permit child elements.
- All elements are declared as substitutable for the abstract element any,
+ All elements are declared as substitutable for the abstract element any,
which means that the default type for all elements is dc:SimpleLiteral.
</xs:documentation>
@@ -49,7 +49,7 @@
It permits text content only with optional
xml:lang attribute.
Text is allowed because mixed="true", but sub-elements
- are disallowed because minOccurs="0" and maxOccurs="0"
+ are disallowed because minOccurs="0" and maxOccurs="0"
are on the xs:any tag.
This complexType allows for restriction or extension permitting
@@ -89,7 +89,7 @@
<xs:annotation>
<xs:documentation xml:lang="en">
This group is included as a convenience for schema authors
- who need to refer to all the elements in the
+ who need to refer to all the elements in the
http://purl.org/dc/elements/1.1/ namespace.
</xs:documentation>
</xs:annotation>