diff options
| author | Jorge L. Williams <jorge.williams@rackspace.com> | 2011-04-15 00:29:53 -0500 |
|---|---|---|
| committer | Jorge L. Williams <jorge.williams@rackspace.com> | 2011-04-15 00:29:53 -0500 |
| commit | 2484117da7dc281b2e3c96281a41af7e7730c475 (patch) | |
| tree | eeea412478de1d1ccdf2729256a075822925637e /docs | |
| parent | c78eb53632268674cf2f97340d05e89c7b74161b (diff) | |
Added api.xsd schema index.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide/src/docbkx/xsd/api.xsd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/guide/src/docbkx/xsd/api.xsd b/docs/guide/src/docbkx/xsd/api.xsd new file mode 100644 index 00000000..088158d0 --- /dev/null +++ b/docs/guide/src/docbkx/xsd/api.xsd @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<schema + elementFormDefault="qualified" + attributeFormDefault="unqualified" + xmlns="http://www.w3.org/2001/XMLSchema" + xmlns:idm="http://docs.openstack.org/idm/api/v1.0" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + targetNamespace="http://docs.openstack.org/idm/api/v1.0" +> + <include schemaLocation="token.xsd"/> + <include schemaLocation="tenant.xsd"/> +</schema> |
