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-customXmlDataProperties.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/customXml"4xmlns:s="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"5targetNamespace="http://schemas.openxmlformats.org/officeDocument/2006/customXml"6elementFormDefault="qualified" attributeFormDefault="qualified" blockDefault="#all">7<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"8schemaLocation="shared-commonSimpleTypes.xsd"/>9<xsd:complexType name="CT_DatastoreSchemaRef">10<xsd:attribute name="uri" type="xsd:string" use="required"/>11</xsd:complexType>12<xsd:complexType name="CT_DatastoreSchemaRefs">13<xsd:sequence>14<xsd:element name="schemaRef" type="CT_DatastoreSchemaRef" minOccurs="0" maxOccurs="unbounded"15/>16</xsd:sequence>17</xsd:complexType>18<xsd:complexType name="CT_DatastoreItem">19<xsd:sequence>20<xsd:element name="schemaRefs" type="CT_DatastoreSchemaRefs" minOccurs="0"/>21</xsd:sequence>22<xsd:attribute name="itemID" type="s:ST_Guid" use="required"/>23</xsd:complexType>24<xsd:element name="datastoreItem" type="CT_DatastoreItem"/>25</xsd:schema>26