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-contentTypes.xsd
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>2<xs:schema xmlns="http://schemas.openxmlformats.org/package/2006/content-types"3xmlns:xs="http://www.w3.org/2001/XMLSchema"4targetNamespace="http://schemas.openxmlformats.org/package/2006/content-types"5elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all">67<xs:element name="Types" type="CT_Types"/>8<xs:element name="Default" type="CT_Default"/>9<xs:element name="Override" type="CT_Override"/>1011<xs:complexType name="CT_Types">12<xs:choice minOccurs="0" maxOccurs="unbounded">13<xs:element ref="Default"/>14<xs:element ref="Override"/>15</xs:choice>16</xs:complexType>1718<xs:complexType name="CT_Default">19<xs:attribute name="Extension" type="ST_Extension" use="required"/>20<xs:attribute name="ContentType" type="ST_ContentType" use="required"/>21</xs:complexType>2223<xs:complexType name="CT_Override">24<xs:attribute name="ContentType" type="ST_ContentType" use="required"/>25<xs:attribute name="PartName" type="xs:anyURI" use="required"/>26</xs:complexType>2728<xs:simpleType name="ST_ContentType">29<xs:restriction base="xs:string">30<xs:pattern31value="(((([\p{IsBasicLatin}-[\p{Cc}\(\)<>@,;:\\"/\[\]\?=\{\}\s\t]])+))/((([\p{IsBasicLatin}-[\p{Cc}\(\)<>@,;:\\"/\[\]\?=\{\}\s\t]])+))((\s+)*;(\s+)*(((([\p{IsBasicLatin}-[\p{Cc}\(\)<>@,;:\\"/\[\]\?=\{\}\s\t]])+))=((([\p{IsBasicLatin}-[\p{Cc}\(\)<>@,;:\\"/\[\]\?=\{\}\s\t]])+)|("(([\p{IsLatin-1Supplement}\p{IsBasicLatin}-[\p{Cc}"\n\r]]|(\s+))|(\\[\p{IsBasicLatin}]))*"))))*)"32/>33</xs:restriction>34</xs:simpleType>3536<xs:simpleType name="ST_Extension">37<xs:restriction base="xs:string">38<xs:pattern39value="([!$&'\(\)\*\+,:=]|(%[0-9a-fA-F][0-9a-fA-F])|[:@]|[a-zA-Z0-9\-_~])+"/>40</xs:restriction>41</xs:simpleType>42</xs:schema>43