~ziad-sawalha/keystone/master

« back to all changes in this revision

Viewing changes to keystone/content/service/xsd/RS-KEY-credentials.xsd

  • Committer: Ziad Sawalha
  • Date: 2011-08-17 01:30:31 UTC
  • Revision ID: git-v1:6af517348e9be2c259362311372e952149575740
Contract changes

Change-Id: Idc44eebb9e3312e8dddb93efc9fecff9a540f138

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<?xml-stylesheet type="text/xsl" href="../xslt/schema.xslt"?>
3
 
 
4
 
<schema
5
 
    elementFormDefault="qualified"
6
 
    attributeFormDefault="unqualified"
7
 
    xmlns="http://www.w3.org/2001/XMLSchema"
8
 
    xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
9
 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
10
 
    xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
11
 
    xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
12
 
    xmlns:atom="http://www.w3.org/2005/Atom"
13
 
    targetNamespace="http://docs.openstack.org/identity/api/v2.0"
14
 
>
15
 
    <!--Include schema we are extending  -->
16
 
    <include schemaLocation="credentials.xsd"/>
17
 
    
18
 
    <!-- Elements -->
19
 
    <element name="apikeyCredentials" type="identity:RS-KEY-apikeyCredentials"/>
20
 
    
21
 
    <!-- Complex Types -->
22
 
    <complexType name="RS-KEY-apikeyCredentials">
23
 
        <complexContent>
24
 
            <extension base="identity:CredentialType">
25
 
                <attribute name="APIKey" type="xsd:string" use="required" ></attribute>
26
 
            </extension>
27
 
        </complexContent>
28
 
        
29
 
    </complexType>
30
 
    
31
 
</schema>
32