Sha256: 607ffb6879cf5d5d765bfdfb2548f3f427ea964ddee6d08a15f0dc781749866d

Contents?: true

Size: 1.34 KB

Versions: 67

Compression:

Stored size: 1.34 KB

Contents

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema xmlns="http://schemas.openxmlformats.org/package/2006/relationships"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://schemas.openxmlformats.org/package/2006/relationships"
  elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all">

  <xsd:element name="Relationships" type="CT_Relationships"/>
  <xsd:element name="Relationship" type="CT_Relationship"/>

  <xsd:complexType name="CT_Relationships">
    <xsd:sequence>
      <xsd:element ref="Relationship" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>

  <xsd:complexType name="CT_Relationship">
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="TargetMode" type="ST_TargetMode" use="optional"/>
        <xsd:attribute name="Target" type="xsd:anyURI" use="required"/>
        <xsd:attribute name="Type" type="xsd:anyURI" use="required"/>
        <xsd:attribute name="Id" type="xsd:ID" use="required"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>

  <xsd:simpleType name="ST_TargetMode">
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="External"/>
      <xsd:enumeration value="Internal"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:schema>

Version data entries

67 entries across 67 versions & 7 rubygems

Version Path
caxlsx-4.2.0 lib/schema/opc-relationships.xsd
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/caxlsx-4.1.0/lib/schema/opc-relationships.xsd
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/caxlsx-4.1.0/lib/schema/opc-relationships.xsd
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/caxlsx-4.1.0/lib/schema/opc-relationships.xsd
caxlsx-4.1.0 lib/schema/opc-relationships.xsd
caxlsx-4.0.0 lib/schema/opc-relationships.xsd
caxlsx-3.4.1 lib/schema/opc-relationships.xsd
caxlsx-3.4.0 lib/schema/opc-relationships.xsd
caxlsx-3.3.0 lib/schema/opc-relationships.xsd
caxlsx-3.2.0 lib/schema/opc-relationships.xsd
caxlsx-3.1.1 lib/schema/opc-relationships.xsd
caxlsx-3.1.0 lib/schema/opc-relationships.xsd
bonio-axlsx-2.2.3 lib/schema/opc-relationships.xsd
caxlsx-3.0.4 lib/schema/opc-relationships.xsd
caxlsx-3.0.3 lib/schema/opc-relationships.xsd
caxlsx-3.0.2 lib/schema/opc-relationships.xsd
caxlsx-2.0.2 lib/schema/opc-relationships.xsd
caxlsx-3.0.1 lib/schema/opc-relationships.xsd
caxlsx-3.0.0 lib/schema/opc-relationships.xsd
axlsx-alt-3.0.1 lib/schema/opc-relationships.xsd