File: reflect-types.xsd

package info (click to toggle)
python-oslo.vmware 4.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,696 kB
  • sloc: python: 5,549; makefile: 22; sh: 2
file content (14 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" ?>
<!--
   Copyright 2005-2020 VMware, Inc.  All rights reserved.
-->
<schema
   targetNamespace="urn:reflect"
   xmlns="http://www.w3.org/2001/XMLSchema"
   xmlns:reflect="urn:reflect"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:vim25="urn:vim25"
   elementFormDefault="qualified"
>
   <import namespace="urn:vim25" schemaLocation="core-types.xsd" />
</schema>