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
axlsx-1.0.7 lib/schema/opc-relationships.xsd
axlsx-1.0.6 lib/schema/opc-relationships.xsd
axlsx-1.0.5 lib/schema/opc-relationships.xsd
axlsx-1.0.4 lib/schema/opc-relationships.xsd
axlsx-1.0.3 lib/schema/opc-relationships.xsd
axlsx-1.0.1 lib/schema/opc-relationships.xsd
axlsx-1.0.0 lib/schema/opc-relationships.xsd