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/ISO-IEC29500-4_2016/shared-relationshipReference.xsd
1<?xml version="1.0" encoding="utf-8"?>2<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"3xmlns="http://schemas.openxmlformats.org/officeDocument/2006/relationships"4xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"5elementFormDefault="qualified"6targetNamespace="http://schemas.openxmlformats.org/officeDocument/2006/relationships"7blockDefault="#all">8<xsd:simpleType name="ST_RelationshipId">9<xsd:restriction base="xsd:string"/>10</xsd:simpleType>11<xsd:attribute name="id" type="ST_RelationshipId"/>12<xsd:attribute name="embed" type="ST_RelationshipId"/>13<xsd:attribute name="link" type="ST_RelationshipId"/>14<xsd:attribute name="dm" type="ST_RelationshipId" default=""/>15<xsd:attribute name="lo" type="ST_RelationshipId" default=""/>16<xsd:attribute name="qs" type="ST_RelationshipId" default=""/>17<xsd:attribute name="cs" type="ST_RelationshipId" default=""/>18<xsd:attribute name="blip" type="ST_RelationshipId" default=""/>19<xsd:attribute name="pict" type="ST_RelationshipId"/>20<xsd:attribute name="href" type="ST_RelationshipId"/>21<xsd:attribute name="topLeft" type="ST_RelationshipId"/>22<xsd:attribute name="topRight" type="ST_RelationshipId"/>23<xsd:attribute name="bottomLeft" type="ST_RelationshipId"/>24<xsd:attribute name="bottomRight" type="ST_RelationshipId"/>25</xsd:schema>26