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
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/caxlsx-4.1.0/lib/schema/shared-customXmlDataProperties.xsd
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/caxlsx-4.1.0/lib/schema/shared-customXmlDataProperties.xsd
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/caxlsx-4.1.0/lib/schema/shared-customXmlDataProperties.xsd
caxlsx-4.1.0 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-4.0.0 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.4.1 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.4.0 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.3.0 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.1.1 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.1.0 lib/schema/shared-customXmlDataProperties.xsd
bonio-axlsx-2.2.3 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.0.4 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.0.3 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.0.2 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-2.0.2 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.0.1 lib/schema/shared-customXmlDataProperties.xsd
caxlsx-3.0.0 lib/schema/shared-customXmlDataProperties.xsd
axlsx-alt-3.0.1 lib/schema/shared-customXmlDataProperties.xsd
axlsx-alt-3.0.0 lib/schema/shared-customXmlDataProperties.xsd
axlsx-3.0.0.pre lib/schema/shared-customXmlDataProperties.xsd