Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Create, edit, and inspect PowerPoint presentations with professional design and automated visual QA
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>2<xsd:schema xmlns="http://schemas.openxmlformats.org/package/2006/relationships"3xmlns:xsd="http://www.w3.org/2001/XMLSchema"4targetNamespace="http://schemas.openxmlformats.org/package/2006/relationships"5elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all">67<xsd:element name="Relationships" type="CT_Relationships"/>8<xsd:element name="Relationship" type="CT_Relationship"/>910<xsd:complexType name="CT_Relationships">11<xsd:sequence>12<xsd:element ref="Relationship" minOccurs="0" maxOccurs="unbounded"/>13</xsd:sequence>14</xsd:complexType>1516<xsd:complexType name="CT_Relationship">17<xsd:simpleContent>18<xsd:extension base="xsd:string">19<xsd:attribute name="TargetMode" type="ST_TargetMode" use="optional"/>20<xsd:attribute name="Target" type="xsd:anyURI" use="required"/>21<xsd:attribute name="Type" type="xsd:anyURI" use="required"/>22<xsd:attribute name="Id" type="xsd:ID" use="required"/>23</xsd:extension>24</xsd:simpleContent>25</xsd:complexType>2627<xsd:simpleType name="ST_TargetMode">28<xsd:restriction base="xsd:string">29<xsd:enumeration value="External"/>30<xsd:enumeration value="Internal"/>31</xsd:restriction>32</xsd:simpleType>33</xsd:schema>34