File: dml-shape3DScenePlane.xsd

package info (click to toggle)
libapache-poi-java 4.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 198,448 kB
  • sloc: java: 386,440; xml: 65,910; makefile: 227; sh: 215; jsp: 85; ruby: 78; python: 46; cpp: 17
file content (24 lines) | stat: -rw-r--r-- 1,191 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.openxmlformats.org/drawingml/2006/main" elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.openxmlformats.org/drawingml/2006/main">
  <xsd:include schemaLocation="dml-baseTypes.xsd" />
  <xsd:complexType name="CT_Backdrop">
    <xsd:sequence>
      <xsd:element name="anchor" type="CT_Point3D" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Anchor Point</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="norm" type="CT_Vector3D" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Normal</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="up" type="CT_Vector3D" minOccurs="1" maxOccurs="1">
        <xsd:annotation>
          <xsd:documentation>Up Vector</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"></xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>