8 lines
582 B
XML
8 lines
582 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"
|
|
xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"
|
|
targetNamespace="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"
|
|
elementFormDefault="qualified" blockDefault="#all">
|
|
<xsd:import namespace="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes"
|
|
schemaLocation="shared-documentPropertiesVariantTypes.xsd"/></xsd:schema> |