summaryrefslogtreecommitdiffhomepage
path: root/lib/schema/shared-customXmlSchemaProperties.xsd
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2011-11-20 23:22:04 +0900
committerRandy Morgan <[email protected]>2011-11-20 23:22:04 +0900
commite53f04284618713b0a90b7a691425c380e829476 (patch)
tree801fea138160f9af426d62bf94ad5bf97123ece9 /lib/schema/shared-customXmlSchemaProperties.xsd
downloadcaxlsx-e53f04284618713b0a90b7a691425c380e829476.tar.gz
caxlsx-e53f04284618713b0a90b7a691425c380e829476.zip
first commit
Diffstat (limited to 'lib/schema/shared-customXmlSchemaProperties.xsd')
-rw-r--r--lib/schema/shared-customXmlSchemaProperties.xsd18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/schema/shared-customXmlSchemaProperties.xsd b/lib/schema/shared-customXmlSchemaProperties.xsd
new file mode 100644
index 00000000..8a8c18ba
--- /dev/null
+++ b/lib/schema/shared-customXmlSchemaProperties.xsd
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
+ targetNamespace="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
+ attributeFormDefault="qualified" elementFormDefault="qualified">
+ <xsd:complexType name="CT_Schema">
+ <xsd:attribute name="uri" type="xsd:string" default=""/>
+ <xsd:attribute name="manifestLocation" type="xsd:string"/>
+ <xsd:attribute name="schemaLocation" type="xsd:string"/>
+ <xsd:attribute name="schemaLanguage" type="xsd:token"/>
+ </xsd:complexType>
+ <xsd:complexType name="CT_SchemaLibrary">
+ <xsd:sequence>
+ <xsd:element name="schema" type="CT_Schema" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ <xsd:element name="schemaLibrary" type="CT_SchemaLibrary"/>
+</xsd:schema>