Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Create, read, edit, and manipulate Word (.docx) documents with formatting, tables, and tracked changes
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-documentPropertiesExtended.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/extended-properties"4xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"5targetNamespace="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"6elementFormDefault="qualified" blockDefault="#all">7<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"8schemaLocation="shared-documentPropertiesVariantTypes.xsd"/>9<xsd:element name="Properties" type="CT_Properties"/>10<xsd:complexType name="CT_Properties">11<xsd:all>12<xsd:element name="Template" minOccurs="0" maxOccurs="1" type="xsd:string"/>13<xsd:element name="Manager" minOccurs="0" maxOccurs="1" type="xsd:string"/>14<xsd:element name="Company" minOccurs="0" maxOccurs="1" type="xsd:string"/>15<xsd:element name="Pages" minOccurs="0" maxOccurs="1" type="xsd:int"/>16<xsd:element name="Words" minOccurs="0" maxOccurs="1" type="xsd:int"/>17<xsd:element name="Characters" minOccurs="0" maxOccurs="1" type="xsd:int"/>18<xsd:element name="PresentationFormat" minOccurs="0" maxOccurs="1" type="xsd:string"/>19<xsd:element name="Lines" minOccurs="0" maxOccurs="1" type="xsd:int"/>20<xsd:element name="Paragraphs" minOccurs="0" maxOccurs="1" type="xsd:int"/>21<xsd:element name="Slides" minOccurs="0" maxOccurs="1" type="xsd:int"/>22<xsd:element name="Notes" minOccurs="0" maxOccurs="1" type="xsd:int"/>23<xsd:element name="TotalTime" minOccurs="0" maxOccurs="1" type="xsd:int"/>24<xsd:element name="HiddenSlides" minOccurs="0" maxOccurs="1" type="xsd:int"/>25<xsd:element name="MMClips" minOccurs="0" maxOccurs="1" type="xsd:int"/>26<xsd:element name="ScaleCrop" minOccurs="0" maxOccurs="1" type="xsd:boolean"/>27<xsd:element name="HeadingPairs" minOccurs="0" maxOccurs="1" type="CT_VectorVariant"/>28<xsd:element name="TitlesOfParts" minOccurs="0" maxOccurs="1" type="CT_VectorLpstr"/>29<xsd:element name="LinksUpToDate" minOccurs="0" maxOccurs="1" type="xsd:boolean"/>30<xsd:element name="CharactersWithSpaces" minOccurs="0" maxOccurs="1" type="xsd:int"/>31<xsd:element name="SharedDoc" minOccurs="0" maxOccurs="1" type="xsd:boolean"/>32<xsd:element name="HyperlinkBase" minOccurs="0" maxOccurs="1" type="xsd:string"/>33<xsd:element name="HLinks" minOccurs="0" maxOccurs="1" type="CT_VectorVariant"/>34<xsd:element name="HyperlinksChanged" minOccurs="0" maxOccurs="1" type="xsd:boolean"/>35<xsd:element name="DigSig" minOccurs="0" maxOccurs="1" type="CT_DigSigBlob"/>36<xsd:element name="Application" minOccurs="0" maxOccurs="1" type="xsd:string"/>37<xsd:element name="AppVersion" minOccurs="0" maxOccurs="1" type="xsd:string"/>38<xsd:element name="DocSecurity" minOccurs="0" maxOccurs="1" type="xsd:int"/>39</xsd:all>40</xsd:complexType>41<xsd:complexType name="CT_VectorVariant">42<xsd:sequence minOccurs="1" maxOccurs="1">43<xsd:element ref="vt:vector"/>44</xsd:sequence>45</xsd:complexType>46<xsd:complexType name="CT_VectorLpstr">47<xsd:sequence minOccurs="1" maxOccurs="1">48<xsd:element ref="vt:vector"/>49</xsd:sequence>50</xsd:complexType>51<xsd:complexType name="CT_DigSigBlob">52<xsd:sequence minOccurs="1" maxOccurs="1">53<xsd:element ref="vt:blob"/>54</xsd:sequence>55</xsd:complexType>56</xsd:schema>57