axlsx 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +14 -0
- data/README.md +22 -21
- data/Rakefile +1 -1
- data/axlsx.gemspec +36 -0
- data/doc/Axlsx.html +373 -559
- data/doc/Axlsx/App.html +257 -360
- data/doc/Axlsx/Axis.html +113 -144
- data/doc/Axlsx/Bar3DChart.html +122 -152
- data/doc/Axlsx/BarSeries.html +67 -81
- data/doc/Axlsx/Border.html +96 -119
- data/doc/Axlsx/BorderPr.html +89 -114
- data/doc/Axlsx/CatAxis.html +79 -104
- data/doc/Axlsx/CatAxisData.html +40 -54
- data/doc/Axlsx/Cell.html +193 -679
- data/doc/Axlsx/CellAlignment.html +116 -157
- data/doc/Axlsx/CellProtection.html +50 -68
- data/doc/Axlsx/CellStyle.html +78 -106
- data/doc/Axlsx/Chart.html +361 -432
- data/doc/Axlsx/Color.html +56 -78
- data/doc/Axlsx/ContentType.html +28 -41
- data/doc/Axlsx/Core.html +43 -55
- data/doc/Axlsx/DataTypeValidator.html +34 -43
- data/doc/Axlsx/Default.html +55 -81
- data/doc/Axlsx/Drawing.html +322 -412
- data/doc/Axlsx/Fill.html +34 -47
- data/doc/Axlsx/Font.html +157 -207
- data/doc/Axlsx/GradientFill.html +90 -122
- data/doc/Axlsx/GradientStop.html +36 -50
- data/doc/Axlsx/GraphicFrame.html +106 -130
- data/doc/Axlsx/Line3DChart.html +108 -134
- data/doc/Axlsx/LineSeries.html +58 -67
- data/doc/Axlsx/Marker.html +84 -111
- data/doc/Axlsx/NumFmt.html +83 -102
- data/doc/Axlsx/OneCellAnchor.html +158 -196
- data/doc/Axlsx/Override.html +60 -92
- data/doc/Axlsx/Package.html +190 -759
- data/doc/Axlsx/PatternFill.html +78 -99
- data/doc/Axlsx/Pic.html +451 -405
- data/doc/Axlsx/Pie3DChart.html +33 -42
- data/doc/Axlsx/PieSeries.html +68 -80
- data/doc/Axlsx/RegexValidator.html +15 -20
- data/doc/Axlsx/Relationship.html +49 -66
- data/doc/Axlsx/Relationships.html +28 -41
- data/doc/Axlsx/RestrictionValidator.html +23 -32
- data/doc/Axlsx/Row.html +132 -161
- data/doc/Axlsx/Scaling.html +71 -90
- data/doc/Axlsx/SerAxis.html +61 -79
- data/doc/Axlsx/Series.html +125 -201
- data/doc/Axlsx/SeriesTitle.html +26 -31
- data/doc/Axlsx/Styles.html +286 -355
- data/doc/Axlsx/TableStyle.html +62 -87
- data/doc/Axlsx/TableStyleElement.html +84 -104
- data/doc/Axlsx/TableStyles.html +59 -82
- data/doc/Axlsx/Title.html +58 -155
- data/doc/Axlsx/TwoCellAnchor.html +165 -204
- data/doc/Axlsx/ValAxis.html +39 -53
- data/doc/Axlsx/ValAxisData.html +29 -39
- data/doc/Axlsx/View3D.html +93 -122
- data/doc/Axlsx/Workbook.html +359 -362
- data/doc/Axlsx/Worksheet.html +471 -816
- data/doc/Axlsx/Xf.html +341 -296
- data/doc/_index.html +7 -11
- data/doc/class_list.html +1 -1
- data/doc/file.LICENSE.html +86 -0
- data/doc/file.README.html +105 -107
- data/doc/file_list.html +3 -0
- data/doc/frames.html +1 -1
- data/doc/index.html +105 -107
- data/doc/method_list.html +426 -602
- data/doc/top-level-namespace.html +3 -3
- data/examples/example.rb +20 -1
- data/lib/axlsx.rb +20 -15
- data/lib/axlsx/content_type/default.rb +8 -3
- data/lib/axlsx/content_type/override.rb +11 -4
- data/lib/axlsx/doc_props/app.rb +53 -23
- data/lib/axlsx/drawing/axis.rb +16 -5
- data/lib/axlsx/drawing/bar_3D_chart.rb +15 -7
- data/lib/axlsx/drawing/bar_series.rb +7 -5
- data/lib/axlsx/drawing/cat_axis.rb +10 -3
- data/lib/axlsx/drawing/chart.rb +21 -15
- data/lib/axlsx/drawing/drawing.rb +16 -30
- data/lib/axlsx/drawing/graphic_frame.rb +2 -4
- data/lib/axlsx/drawing/line_3D_chart.rb +5 -2
- data/lib/axlsx/drawing/line_series.rb +6 -5
- data/lib/axlsx/drawing/marker.rb +9 -5
- data/lib/axlsx/drawing/one_cell_anchor.rb +7 -7
- data/lib/axlsx/drawing/pic.rb +29 -37
- data/lib/axlsx/drawing/pie_series.rb +7 -5
- data/lib/axlsx/drawing/scaling.rb +11 -5
- data/lib/axlsx/drawing/ser_axis.rb +6 -2
- data/lib/axlsx/drawing/series.rb +11 -11
- data/lib/axlsx/drawing/series_title.rb +1 -1
- data/lib/axlsx/drawing/title.rb +5 -12
- data/lib/axlsx/drawing/two_cell_anchor.rb +2 -3
- data/lib/axlsx/drawing/val_axis.rb +2 -2
- data/lib/axlsx/drawing/view_3D.rb +16 -9
- data/lib/axlsx/package.rb +25 -27
- data/lib/axlsx/rels/relationship.rb +4 -2
- data/lib/axlsx/stylesheet/border.rb +9 -4
- data/lib/axlsx/stylesheet/border_pr.rb +7 -4
- data/lib/axlsx/stylesheet/cell_alignment.rb +18 -9
- data/lib/axlsx/stylesheet/cell_protection.rb +5 -2
- data/lib/axlsx/stylesheet/cell_style.rb +12 -7
- data/lib/axlsx/stylesheet/color.rb +8 -6
- data/lib/axlsx/stylesheet/fill.rb +2 -1
- data/lib/axlsx/stylesheet/font.rb +24 -13
- data/lib/axlsx/stylesheet/gradient_fill.rb +16 -10
- data/lib/axlsx/stylesheet/gradient_stop.rb +5 -3
- data/lib/axlsx/stylesheet/num_fmt.rb +4 -2
- data/lib/axlsx/stylesheet/pattern_fill.rb +6 -4
- data/lib/axlsx/stylesheet/styles.rb +12 -12
- data/lib/axlsx/stylesheet/table_style.rb +6 -3
- data/lib/axlsx/stylesheet/table_style_element.rb +9 -4
- data/lib/axlsx/stylesheet/table_styles.rb +4 -4
- data/lib/axlsx/stylesheet/xf.rb +52 -31
- data/lib/axlsx/util/validators.rb +3 -3
- data/lib/axlsx/version.rb +1 -1
- data/lib/axlsx/workbook/workbook.rb +8 -9
- data/lib/axlsx/workbook/worksheet/cell.rb +25 -16
- data/lib/axlsx/workbook/worksheet/row.rb +2 -4
- data/lib/axlsx/workbook/worksheet/worksheet.rb +23 -32
- data/test/drawing/tc_one_cell_anchor.rb +1 -1
- metadata +135 -165
- data/doc/Axlsx/SimpleTypedList.html +0 -1686
- data/lib/schema/dc.xsd~ +0 -118
- data/lib/schema/dcterms.xsd~ +0 -331
- data/lib/schema/opc-coreProperties.xsd~ +0 -50
- data/test/drawing/tc_line_series.tc~ +0 -34
data/lib/schema/dc.xsd~
DELETED
@@ -1,118 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
3
|
-
xmlns="http://purl.org/dc/elements/1.1/"
|
4
|
-
targetNamespace="http://purl.org/dc/elements/1.1/"
|
5
|
-
elementFormDefault="qualified"
|
6
|
-
attributeFormDefault="unqualified">
|
7
|
-
|
8
|
-
<xs:annotation>
|
9
|
-
<xs:documentation xml:lang="en">
|
10
|
-
DCMES 1.1 XML Schema
|
11
|
-
XML Schema for http://purl.org/dc/elements/1.1/ namespace
|
12
|
-
|
13
|
-
Created 2003-04-02
|
14
|
-
|
15
|
-
Created by
|
16
|
-
|
17
|
-
Tim Cole (t-cole3@uiuc.edu)
|
18
|
-
Tom Habing (thabing@uiuc.edu)
|
19
|
-
Jane Hunter (jane@dstc.edu.au)
|
20
|
-
Pete Johnston (p.johnston@ukoln.ac.uk),
|
21
|
-
Carl Lagoze (lagoze@cs.cornell.edu)
|
22
|
-
|
23
|
-
This schema declares XML elements for the 15 DC elements from the
|
24
|
-
http://purl.org/dc/elements/1.1/ namespace.
|
25
|
-
|
26
|
-
It defines a complexType SimpleLiteral which permits mixed content
|
27
|
-
and makes the xml:lang attribute available. It disallows child elements by
|
28
|
-
use of minOcccurs/maxOccurs.
|
29
|
-
|
30
|
-
However, this complexType does permit the derivation of other complexTypes
|
31
|
-
which would permit child elements.
|
32
|
-
|
33
|
-
All elements are declared as substitutable for the abstract element any,
|
34
|
-
which means that the default type for all elements is dc:SimpleLiteral.
|
35
|
-
|
36
|
-
</xs:documentation>
|
37
|
-
|
38
|
-
</xs:annotation>
|
39
|
-
|
40
|
-
|
41
|
-
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
42
|
-
schemaLocation="http://www.w3.org/2001/03/xml.xsd">
|
43
|
-
</xs:import>
|
44
|
-
|
45
|
-
<xs:complexType name="SimpleLiteral">
|
46
|
-
<xs:annotation>
|
47
|
-
<xs:documentation xml:lang="en">
|
48
|
-
This is the default type for all of the DC elements.
|
49
|
-
It permits text content only with optional
|
50
|
-
xml:lang attribute.
|
51
|
-
Text is allowed because mixed="true", but sub-elements
|
52
|
-
are disallowed because minOccurs="0" and maxOccurs="0"
|
53
|
-
are on the xs:any tag.
|
54
|
-
|
55
|
-
This complexType allows for restriction or extension permitting
|
56
|
-
child elements.
|
57
|
-
</xs:documentation>
|
58
|
-
</xs:annotation>
|
59
|
-
|
60
|
-
<xs:complexContent mixed="true">
|
61
|
-
<xs:restriction base="xs:anyType">
|
62
|
-
<xs:sequence>
|
63
|
-
<xs:any processContents="lax" minOccurs="0" maxOccurs="0"/>
|
64
|
-
</xs:sequence>
|
65
|
-
<xs:attribute ref="xml:lang" use="optional"/>
|
66
|
-
</xs:restriction>
|
67
|
-
</xs:complexContent>
|
68
|
-
</xs:complexType>
|
69
|
-
|
70
|
-
<xs:element name="any" type="SimpleLiteral" abstract="true"/>
|
71
|
-
|
72
|
-
<xs:element name="title" substitutionGroup="any"/>
|
73
|
-
<xs:element name="creator" substitutionGroup="any"/>
|
74
|
-
<xs:element name="subject" substitutionGroup="any"/>
|
75
|
-
<xs:element name="description" substitutionGroup="any"/>
|
76
|
-
<xs:element name="publisher" substitutionGroup="any"/>
|
77
|
-
<xs:element name="contributor" substitutionGroup="any"/>
|
78
|
-
<xs:element name="date" substitutionGroup="any"/>
|
79
|
-
<xs:element name="type" substitutionGroup="any"/>
|
80
|
-
<xs:element name="format" substitutionGroup="any"/>
|
81
|
-
<xs:element name="identifier" substitutionGroup="any"/>
|
82
|
-
<xs:element name="source" substitutionGroup="any"/>
|
83
|
-
<xs:element name="language" substitutionGroup="any"/>
|
84
|
-
<xs:element name="relation" substitutionGroup="any"/>
|
85
|
-
<xs:element name="coverage" substitutionGroup="any"/>
|
86
|
-
<xs:element name="rights" substitutionGroup="any"/>
|
87
|
-
|
88
|
-
<xs:group name="elementsGroup">
|
89
|
-
<xs:annotation>
|
90
|
-
<xs:documentation xml:lang="en">
|
91
|
-
This group is included as a convenience for schema authors
|
92
|
-
who need to refer to all the elements in the
|
93
|
-
http://purl.org/dc/elements/1.1/ namespace.
|
94
|
-
</xs:documentation>
|
95
|
-
</xs:annotation>
|
96
|
-
|
97
|
-
<xs:sequence>
|
98
|
-
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
99
|
-
<xs:element ref="any"/>
|
100
|
-
</xs:choice>
|
101
|
-
</xs:sequence>
|
102
|
-
</xs:group>
|
103
|
-
|
104
|
-
<xs:complexType name="elementContainer">
|
105
|
-
<xs:annotation>
|
106
|
-
<xs:documentation xml:lang="en">
|
107
|
-
This complexType is included as a convenience for schema authors who need to define a root
|
108
|
-
or container element for all of the DC elements.
|
109
|
-
</xs:documentation>
|
110
|
-
</xs:annotation>
|
111
|
-
|
112
|
-
<xs:choice>
|
113
|
-
<xs:group ref="elementsGroup"/>
|
114
|
-
</xs:choice>
|
115
|
-
</xs:complexType>
|
116
|
-
|
117
|
-
|
118
|
-
</xs:schema>
|
data/lib/schema/dcterms.xsd~
DELETED
@@ -1,331 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
4
|
-
xmlns:dcmitype="http://purl.org/dc/dcmitype/"
|
5
|
-
targetNamespace="http://purl.org/dc/terms/"
|
6
|
-
xmlns="http://purl.org/dc/terms/"
|
7
|
-
elementFormDefault="qualified"
|
8
|
-
attributeFormDefault="unqualified">
|
9
|
-
|
10
|
-
<xs:annotation>
|
11
|
-
<xs:documentation xml:lang="en">
|
12
|
-
DCterms XML Schema
|
13
|
-
XML Schema for http://purl.org/dc/terms/ namespace
|
14
|
-
|
15
|
-
Created 2003-04-02
|
16
|
-
|
17
|
-
Created by
|
18
|
-
|
19
|
-
Tim Cole (t-cole3@uiuc.edu)
|
20
|
-
Tom Habing (thabing@uiuc.edu)
|
21
|
-
Jane Hunter (jane@dstc.edu.au)
|
22
|
-
Pete Johnston (p.johnston@ukoln.ac.uk),
|
23
|
-
Carl Lagoze (lagoze@cs.cornell.edu)
|
24
|
-
|
25
|
-
This schema declares XML elements for the DC elements and
|
26
|
-
DC element refinements from the http://purl.org/dc/terms/ namespace.
|
27
|
-
|
28
|
-
It reuses the complexType dc:SimpleLiteral, imported from the dc.xsd
|
29
|
-
schema, which permits simple element content, and makes the xml:lang
|
30
|
-
attribute available.
|
31
|
-
|
32
|
-
This complexType permits the derivation of other complexTypes
|
33
|
-
which would permit child elements.
|
34
|
-
|
35
|
-
DC elements are declared as substitutable for the abstract element dc:any, and
|
36
|
-
DC element refinements are defined as substitutable for the base elements
|
37
|
-
which they refine.
|
38
|
-
|
39
|
-
This means that the default type for all XML elements (i.e. all DC elements and
|
40
|
-
element refinements) is dc:SimpleLiteral.
|
41
|
-
|
42
|
-
Encoding schemes are defined as complexTypes which are restrictions
|
43
|
-
of the dc:SimpleLiteral complexType. These complexTypes restrict
|
44
|
-
values to an appropriates syntax or format using data typing,
|
45
|
-
regular expressions, or enumerated lists.
|
46
|
-
|
47
|
-
In order to specify one of these encodings an xsi:type attribute must
|
48
|
-
be used in the instance document.
|
49
|
-
|
50
|
-
Also, note that one shortcoming of this approach is that any type can be
|
51
|
-
applied to any of the elements or refinements. There is no convenient way
|
52
|
-
to restrict types to specific elements using this approach.
|
53
|
-
|
54
|
-
</xs:documentation>
|
55
|
-
|
56
|
-
</xs:annotation>
|
57
|
-
|
58
|
-
|
59
|
-
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
|
60
|
-
schemaLocation="http://www.w3.org/2001/03/xml.xsd">
|
61
|
-
</xs:import>
|
62
|
-
|
63
|
-
<xs:import namespace="http://purl.org/dc/elements/1.1/"
|
64
|
-
schemaLocation="dc.xsd"/>
|
65
|
-
|
66
|
-
<xs:import namespace="http://purl.org/dc/dcmitype/"
|
67
|
-
schemaLocation="dcmitype.xsd"/>
|
68
|
-
|
69
|
-
<xs:element name="alternative" substitutionGroup="dc:title"/>
|
70
|
-
|
71
|
-
<xs:element name="tableOfContents" substitutionGroup="dc:description"/>
|
72
|
-
<xs:element name="abstract" substitutionGroup="dc:description"/>
|
73
|
-
|
74
|
-
<xs:element name="created" substitutionGroup="dc:date"/>
|
75
|
-
<xs:element name="valid" substitutionGroup="dc:date"/>
|
76
|
-
<xs:element name="available" substitutionGroup="dc:date"/>
|
77
|
-
<xs:element name="issued" substitutionGroup="dc:date"/>
|
78
|
-
<xs:element name="modified" substitutionGroup="dc:date"/>
|
79
|
-
<xs:element name="dateAccepted" substitutionGroup="dc:date"/>
|
80
|
-
<xs:element name="dateCopyrighted" substitutionGroup="dc:date"/>
|
81
|
-
<xs:element name="dateSubmitted" substitutionGroup="dc:date"/>
|
82
|
-
|
83
|
-
<xs:element name="extent" substitutionGroup="dc:format"/>
|
84
|
-
<xs:element name="medium" substitutionGroup="dc:format"/>
|
85
|
-
|
86
|
-
<xs:element name="isVersionOf" substitutionGroup="dc:relation"/>
|
87
|
-
<xs:element name="hasVersion" substitutionGroup="dc:relation"/>
|
88
|
-
<xs:element name="isReplacedBy" substitutionGroup="dc:relation"/>
|
89
|
-
<xs:element name="replaces" substitutionGroup="dc:relation"/>
|
90
|
-
<xs:element name="isRequiredBy" substitutionGroup="dc:relation"/>
|
91
|
-
<xs:element name="requires" substitutionGroup="dc:relation"/>
|
92
|
-
<xs:element name="isPartOf" substitutionGroup="dc:relation"/>
|
93
|
-
<xs:element name="hasPart" substitutionGroup="dc:relation"/>
|
94
|
-
<xs:element name="isReferencedBy" substitutionGroup="dc:relation"/>
|
95
|
-
<xs:element name="references" substitutionGroup="dc:relation"/>
|
96
|
-
<xs:element name="isFormatOf" substitutionGroup="dc:relation"/>
|
97
|
-
<xs:element name="hasFormat" substitutionGroup="dc:relation"/>
|
98
|
-
<xs:element name="conformsTo" substitutionGroup="dc:relation"/>
|
99
|
-
|
100
|
-
<xs:element name="spatial" substitutionGroup="dc:coverage"/>
|
101
|
-
<xs:element name="temporal" substitutionGroup="dc:coverage"/>
|
102
|
-
|
103
|
-
<xs:element name="audience" substitutionGroup="dc:any"/>
|
104
|
-
|
105
|
-
<xs:element name="mediator" substitutionGroup="audience"/>
|
106
|
-
<xs:element name="educationLevel" substitutionGroup="audience"/>
|
107
|
-
|
108
|
-
<xs:element name="accessRights" substitutionGroup="dc:rights"/>
|
109
|
-
|
110
|
-
<xs:element name="bibliographicCitation" substitutionGroup="dc:identifier"/>
|
111
|
-
|
112
|
-
<xs:complexType name="LCSH">
|
113
|
-
<xs:simpleContent>
|
114
|
-
<xs:restriction base="dc:SimpleLiteral">
|
115
|
-
<xs:simpleType>
|
116
|
-
<xs:restriction base="xs:string"/>
|
117
|
-
</xs:simpleType>
|
118
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
119
|
-
</xs:restriction>
|
120
|
-
</xs:simpleContent>
|
121
|
-
</xs:complexType>
|
122
|
-
|
123
|
-
<xs:complexType name="MESH">
|
124
|
-
<xs:simpleContent>
|
125
|
-
<xs:restriction base="dc:SimpleLiteral">
|
126
|
-
<xs:simpleType>
|
127
|
-
<xs:restriction base="xs:string"/>
|
128
|
-
</xs:simpleType>
|
129
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
130
|
-
</xs:restriction>
|
131
|
-
</xs:simpleContent>
|
132
|
-
</xs:complexType>
|
133
|
-
|
134
|
-
<xs:complexType name="DDC">
|
135
|
-
<xs:simpleContent>
|
136
|
-
<xs:restriction base="dc:SimpleLiteral">
|
137
|
-
<xs:simpleType>
|
138
|
-
<xs:restriction base="xs:string"/>
|
139
|
-
</xs:simpleType>
|
140
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
141
|
-
</xs:restriction>
|
142
|
-
</xs:simpleContent>
|
143
|
-
</xs:complexType>
|
144
|
-
|
145
|
-
<xs:complexType name="LCC">
|
146
|
-
<xs:simpleContent>
|
147
|
-
<xs:restriction base="dc:SimpleLiteral">
|
148
|
-
<xs:simpleType>
|
149
|
-
<xs:restriction base="xs:string"/>
|
150
|
-
</xs:simpleType>
|
151
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
152
|
-
</xs:restriction>
|
153
|
-
</xs:simpleContent>
|
154
|
-
</xs:complexType>
|
155
|
-
|
156
|
-
<xs:complexType name="UDC">
|
157
|
-
<xs:simpleContent>
|
158
|
-
<xs:restriction base="dc:SimpleLiteral">
|
159
|
-
<xs:simpleType>
|
160
|
-
<xs:restriction base="xs:string"/>
|
161
|
-
</xs:simpleType>
|
162
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
163
|
-
</xs:restriction>
|
164
|
-
</xs:simpleContent>
|
165
|
-
</xs:complexType>
|
166
|
-
|
167
|
-
<xs:complexType name="Period">
|
168
|
-
<xs:simpleContent>
|
169
|
-
<xs:restriction base="dc:SimpleLiteral">
|
170
|
-
<xs:simpleType>
|
171
|
-
<xs:restriction base="xs:string"/>
|
172
|
-
</xs:simpleType>
|
173
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
174
|
-
</xs:restriction>
|
175
|
-
</xs:simpleContent>
|
176
|
-
</xs:complexType>
|
177
|
-
|
178
|
-
<xs:complexType name="W3CDTF">
|
179
|
-
<xs:simpleContent>
|
180
|
-
<xs:restriction base="dc:SimpleLiteral">
|
181
|
-
<xs:simpleType>
|
182
|
-
<xs:union memberTypes="xs:gYear xs:gYearMonth xs:date xs:dateTime"/>
|
183
|
-
</xs:simpleType>
|
184
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
185
|
-
</xs:restriction>
|
186
|
-
</xs:simpleContent>
|
187
|
-
</xs:complexType>
|
188
|
-
|
189
|
-
<xs:complexType name="DCMIType">
|
190
|
-
<xs:simpleContent>
|
191
|
-
<xs:restriction base="dc:SimpleLiteral">
|
192
|
-
<xs:simpleType>
|
193
|
-
<xs:restriction base="dcmitype:DCMIType"/>
|
194
|
-
</xs:simpleType>
|
195
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
196
|
-
</xs:restriction>
|
197
|
-
</xs:simpleContent>
|
198
|
-
</xs:complexType>
|
199
|
-
|
200
|
-
<xs:complexType name="IMT">
|
201
|
-
<xs:simpleContent>
|
202
|
-
<xs:restriction base="dc:SimpleLiteral">
|
203
|
-
<xs:simpleType>
|
204
|
-
<xs:restriction base="xs:string"/>
|
205
|
-
</xs:simpleType>
|
206
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
207
|
-
</xs:restriction>
|
208
|
-
</xs:simpleContent>
|
209
|
-
</xs:complexType>
|
210
|
-
|
211
|
-
<xs:complexType name="URI">
|
212
|
-
<xs:simpleContent>
|
213
|
-
<xs:restriction base="dc:SimpleLiteral">
|
214
|
-
<xs:simpleType>
|
215
|
-
<xs:restriction base="xs:anyURI"/>
|
216
|
-
</xs:simpleType>
|
217
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
218
|
-
</xs:restriction>
|
219
|
-
</xs:simpleContent>
|
220
|
-
</xs:complexType>
|
221
|
-
|
222
|
-
<xs:complexType name="ISO639-2">
|
223
|
-
<xs:simpleContent>
|
224
|
-
<xs:restriction base="dc:SimpleLiteral">
|
225
|
-
<xs:simpleType>
|
226
|
-
<xs:restriction base="xs:string"/>
|
227
|
-
</xs:simpleType>
|
228
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
229
|
-
</xs:restriction>
|
230
|
-
</xs:simpleContent>
|
231
|
-
</xs:complexType>
|
232
|
-
|
233
|
-
<xs:complexType name="RFC1766">
|
234
|
-
<xs:simpleContent>
|
235
|
-
<xs:restriction base="dc:SimpleLiteral">
|
236
|
-
<xs:simpleType>
|
237
|
-
<xs:restriction base="xs:language"/>
|
238
|
-
</xs:simpleType>
|
239
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
240
|
-
</xs:restriction>
|
241
|
-
</xs:simpleContent>
|
242
|
-
</xs:complexType>
|
243
|
-
|
244
|
-
<xs:complexType name="RFC3066">
|
245
|
-
<xs:simpleContent>
|
246
|
-
<xs:restriction base="dc:SimpleLiteral">
|
247
|
-
<xs:simpleType>
|
248
|
-
<xs:restriction base="xs:language"/>
|
249
|
-
</xs:simpleType>
|
250
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
251
|
-
</xs:restriction>
|
252
|
-
</xs:simpleContent>
|
253
|
-
</xs:complexType>
|
254
|
-
|
255
|
-
<xs:complexType name="Point">
|
256
|
-
<xs:simpleContent>
|
257
|
-
<xs:restriction base="dc:SimpleLiteral">
|
258
|
-
<xs:simpleType>
|
259
|
-
<xs:restriction base="xs:string"/>
|
260
|
-
</xs:simpleType>
|
261
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
262
|
-
</xs:restriction>
|
263
|
-
</xs:simpleContent>
|
264
|
-
</xs:complexType>
|
265
|
-
|
266
|
-
<xs:complexType name="ISO3166">
|
267
|
-
<xs:simpleContent>
|
268
|
-
<xs:restriction base="dc:SimpleLiteral">
|
269
|
-
<xs:simpleType>
|
270
|
-
<xs:restriction base="xs:string"/>
|
271
|
-
</xs:simpleType>
|
272
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
273
|
-
</xs:restriction>
|
274
|
-
</xs:simpleContent>
|
275
|
-
</xs:complexType>
|
276
|
-
|
277
|
-
<xs:complexType name="Box">
|
278
|
-
<xs:simpleContent>
|
279
|
-
<xs:restriction base="dc:SimpleLiteral">
|
280
|
-
<xs:simpleType>
|
281
|
-
<xs:restriction base="xs:string"/>
|
282
|
-
</xs:simpleType>
|
283
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
284
|
-
</xs:restriction>
|
285
|
-
</xs:simpleContent>
|
286
|
-
</xs:complexType>
|
287
|
-
|
288
|
-
<xs:complexType name="TGN">
|
289
|
-
<xs:simpleContent>
|
290
|
-
<xs:restriction base="dc:SimpleLiteral">
|
291
|
-
<xs:simpleType>
|
292
|
-
<xs:restriction base="xs:string"/>
|
293
|
-
</xs:simpleType>
|
294
|
-
<xs:attribute ref="xml:lang" use="prohibited"/>
|
295
|
-
</xs:restriction>
|
296
|
-
</xs:simpleContent>
|
297
|
-
</xs:complexType>
|
298
|
-
|
299
|
-
<xs:group name="elementsAndRefinementsGroup">
|
300
|
-
<xs:annotation>
|
301
|
-
<xs:documentation xml:lang="en">
|
302
|
-
This group is included as a convenience for schema authors
|
303
|
-
who need to refer to all the DC elements and element refinements
|
304
|
-
in the http://purl.org/dc/elements/1.1/ and
|
305
|
-
http://purl.org/dc/terms namespaces.
|
306
|
-
N.B. Refinements available via substitution groups.
|
307
|
-
</xs:documentation>
|
308
|
-
</xs:annotation>
|
309
|
-
|
310
|
-
<xs:sequence>
|
311
|
-
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
312
|
-
<xs:element ref="dc:any" />
|
313
|
-
</xs:choice>
|
314
|
-
</xs:sequence>
|
315
|
-
</xs:group>
|
316
|
-
|
317
|
-
<xs:complexType name="elementOrRefinementContainer">
|
318
|
-
<xs:annotation>
|
319
|
-
<xs:documentation xml:lang="en">
|
320
|
-
This is included as a convenience for schema authors who need to define a root
|
321
|
-
or container element for all of the DC elements and element refinements.
|
322
|
-
</xs:documentation>
|
323
|
-
</xs:annotation>
|
324
|
-
|
325
|
-
<xs:choice>
|
326
|
-
<xs:group ref="elementsAndRefinementsGroup"/>
|
327
|
-
</xs:choice>
|
328
|
-
</xs:complexType>
|
329
|
-
|
330
|
-
|
331
|
-
</xs:schema>
|
@@ -1,50 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<xs:schema targetNamespace="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"
|
3
|
-
xmlns="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"
|
4
|
-
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dc="http://purl.org/dc/elements/1.1/"
|
5
|
-
xmlns:dcterms="http://purl.org/dc/terms/" elementFormDefault="qualified" blockDefault="#all">
|
6
|
-
|
7
|
-
<xs:import namespace="http://purl.org/dc/elements/1.1/"
|
8
|
-
schemaLocation="http://dublincore.org/schemas/xmls/qdc/2003/04/02/dc.xsd"/>
|
9
|
-
<xs:import namespace="http://purl.org/dc/terms/"
|
10
|
-
schemaLocation="http://dublincore.org/schemas/xmls/qdc/2003/04/02/dcterms.xsd"/>
|
11
|
-
<xs:import id="xml" namespace="http://www.w3.org/XML/1998/namespace"/>
|
12
|
-
|
13
|
-
<xs:element name="coreProperties" type="CT_CoreProperties"/>
|
14
|
-
|
15
|
-
<xs:complexType name="CT_CoreProperties">
|
16
|
-
<xs:all>
|
17
|
-
<xs:element name="category" minOccurs="0" maxOccurs="1" type="xs:string"/>
|
18
|
-
<xs:element name="contentStatus" minOccurs="0" maxOccurs="1" type="xs:string"/>
|
19
|
-
<xs:element ref="dcterms:created" minOccurs="0" maxOccurs="1"/>
|
20
|
-
<xs:element ref="dc:creator" minOccurs="0" maxOccurs="1"/>
|
21
|
-
<xs:element ref="dc:description" minOccurs="0" maxOccurs="1"/>
|
22
|
-
<xs:element ref="dc:identifier" minOccurs="0" maxOccurs="1"/>
|
23
|
-
<xs:element name="keywords" minOccurs="0" maxOccurs="1" type="CT_Keywords"/>
|
24
|
-
<xs:element ref="dc:language" minOccurs="0" maxOccurs="1"/>
|
25
|
-
<xs:element name="lastModifiedBy" minOccurs="0" maxOccurs="1" type="xs:string"/>
|
26
|
-
<xs:element name="lastPrinted" minOccurs="0" maxOccurs="1" type="xs:dateTime"/>
|
27
|
-
<xs:element ref="dcterms:modified" minOccurs="0" maxOccurs="1"/>
|
28
|
-
<xs:element name="revision" minOccurs="0" maxOccurs="1" type="xs:string"/>
|
29
|
-
<xs:element ref="dc:subject" minOccurs="0" maxOccurs="1"/>
|
30
|
-
<xs:element ref="dc:title" minOccurs="0" maxOccurs="1"/>
|
31
|
-
<xs:element name="version" minOccurs="0" maxOccurs="1" type="xs:string"/>
|
32
|
-
</xs:all>
|
33
|
-
</xs:complexType>
|
34
|
-
|
35
|
-
<xs:complexType name="CT_Keywords" mixed="true">
|
36
|
-
<xs:sequence>
|
37
|
-
<xs:element name="value" minOccurs="0" maxOccurs="unbounded" type="CT_Keyword"/>
|
38
|
-
</xs:sequence>
|
39
|
-
<xs:attribute ref="xml:lang" use="optional"/>
|
40
|
-
</xs:complexType>
|
41
|
-
|
42
|
-
<xs:complexType name="CT_Keyword">
|
43
|
-
<xs:simpleContent>
|
44
|
-
<xs:extension base="xs:string">
|
45
|
-
<xs:attribute ref="xml:lang" use="optional"/>
|
46
|
-
</xs:extension>
|
47
|
-
</xs:simpleContent>
|
48
|
-
</xs:complexType>
|
49
|
-
|
50
|
-
</xs:schema>
|