Sha256: 0ef4bb354ff44b923564c4ddbdda5987919d220225129ec94614a618ceafc281

Contents?: true

Size: 1.22 KB

Versions: 65

Compression:

Stored size: 1.22 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns="http://schemas.openxmlformats.org/officeDocument/2006/customXml"
  xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
  targetNamespace="http://schemas.openxmlformats.org/officeDocument/2006/customXml"
  elementFormDefault="qualified" attributeFormDefault="qualified" blockDefault="#all">
  <xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
    schemaLocation="shared-commonSimpleTypes.xsd"/>
  <xsd:complexType name="CT_DatastoreSchemaRef">
    <xsd:attribute name="uri" type="xsd:string" use="required"/>
  </xsd:complexType>
  <xsd:complexType name="CT_DatastoreSchemaRefs">
    <xsd:sequence>
      <xsd:element name="schemaRef" type="CT_DatastoreSchemaRef" minOccurs="0" maxOccurs="unbounded"
      />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType name="CT_DatastoreItem">
    <xsd:sequence>
      <xsd:element name="schemaRefs" type="CT_DatastoreSchemaRefs" minOccurs="0"/>
    </xsd:sequence>
    <xsd:attribute name="itemID" type="s:ST_Guid" use="required"/>
  </xsd:complexType>
  <xsd:element name="datastoreItem" type="CT_DatastoreItem"/>
</xsd:schema>

Version data entries

65 entries across 65 versions & 7 rubygems

Version Path
axlsx-1.1.5 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.1.4 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.1.3 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.1.2 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.1.1 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.1.0 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.18 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.17 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.16 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.15 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.14 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.13 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.12 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.11 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.10 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.10a lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.9 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.8 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.7 lib/schema/shared-customXmlDataProperties.xsd
axlsx-1.0.6 lib/schema/shared-customXmlDataProperties.xsd