main
1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
3 xmlns="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
4 targetNamespace="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
5 attributeFormDefault="qualified" elementFormDefault="qualified">
6 <xsd:complexType name="CT_Schema">
7 <xsd:attribute name="uri" type="xsd:string" default=""/>
8 <xsd:attribute name="manifestLocation" type="xsd:string"/>
9 <xsd:attribute name="schemaLocation" type="xsd:string"/>
10 <xsd:attribute name="schemaLanguage" type="xsd:token"/>
11 </xsd:complexType>
12 <xsd:complexType name="CT_SchemaLibrary">
13 <xsd:sequence>
14 <xsd:element name="schema" type="CT_Schema" minOccurs="0" maxOccurs="unbounded"/>
15 </xsd:sequence>
16 </xsd:complexType>
17 <xsd:element name="schemaLibrary" type="CT_SchemaLibrary"/>
18</xsd:schema>