summaryrefslogtreecommitdiffhomepage
path: root/lib/schema/dcterms.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/dcterms.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/dcterms.xsd')
-rw-r--r--lib/schema/dcterms.xsd30
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/schema/dcterms.xsd b/lib/schema/dcterms.xsd
index 055a6edf..da22580e 100644
--- a/lib/schema/dcterms.xsd
+++ b/lib/schema/dcterms.xsd
@@ -14,7 +14,7 @@
Created 2003-04-02
- Created by
+ Created by
Tim Cole ([email protected])
Tom Habing ([email protected])
@@ -24,7 +24,7 @@
This schema declares XML elements for the DC elements and
DC element refinements from the http://purl.org/dc/terms/ namespace.
-
+
It reuses the complexType dc:SimpleLiteral, imported from the dc.xsd
schema, which permits simple element content, and makes the xml:lang
attribute available.
@@ -32,22 +32,22 @@
This complexType permits the derivation of other complexTypes
which would permit child elements.
- DC elements are declared as substitutable for the abstract element dc:any, and
- DC element refinements are defined as substitutable for the base elements
+ DC elements are declared as substitutable for the abstract element dc:any, and
+ DC element refinements are defined as substitutable for the base elements
which they refine.
- This means that the default type for all XML elements (i.e. all DC elements and
+ This means that the default type for all XML elements (i.e. all DC elements and
element refinements) is dc:SimpleLiteral.
Encoding schemes are defined as complexTypes which are restrictions
- of the dc:SimpleLiteral complexType. These complexTypes restrict
+ of the dc:SimpleLiteral complexType. These complexTypes restrict
values to an appropriates syntax or format using data typing,
regular expressions, or enumerated lists.
-
- In order to specify one of these encodings an xsi:type attribute must
+
+ In order to specify one of these encodings an xsi:type attribute must
be used in the instance document.
- Also, note that one shortcoming of this approach is that any type can be
+ Also, note that one shortcoming of this approach is that any type can be
applied to any of the elements or refinements. There is no convenient way
to restrict types to specific elements using this approach.
@@ -184,7 +184,7 @@
<xs:attribute ref="xml:lang" use="prohibited"/>
</xs:restriction>
</xs:simpleContent>
- </xs:complexType>
+ </xs:complexType>
<xs:complexType name="DCMIType">
<xs:simpleContent>
@@ -217,7 +217,7 @@
<xs:attribute ref="xml:lang" use="prohibited"/>
</xs:restriction>
</xs:simpleContent>
- </xs:complexType>
+ </xs:complexType>
<xs:complexType name="ISO639-2">
<xs:simpleContent>
@@ -300,9 +300,9 @@
<xs:annotation>
<xs:documentation xml:lang="en">
This group is included as a convenience for schema authors
- who need to refer to all the DC elements and element refinements
- in the http://purl.org/dc/elements/1.1/ and
- http://purl.org/dc/terms namespaces.
+ who need to refer to all the DC elements and element refinements
+ in the http://purl.org/dc/elements/1.1/ and
+ http://purl.org/dc/terms namespaces.
N.B. Refinements available via substitution groups.
</xs:documentation>
</xs:annotation>
@@ -312,7 +312,7 @@
<xs:element ref="dc:any" />
</xs:choice>
</xs:sequence>
- </xs:group>
+ </xs:group>
<xs:complexType name="elementOrRefinementContainer">
<xs:annotation>