[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/DeveloperGarden/Wsdl/ -> ODGBaseUserService.xsd (source)

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  
   3  <xsd:schema 
   4      xmlns="http://odg.tonline.de/ODGBaseUserService/"
   5      xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
   6      xmlns:tns="http://odg.tonline.de/ODGBaseUserService/"
   7      targetNamespace="http://odg.tonline.de/ODGBaseUserService/"
   8      elementFormDefault="unqualified" 
   9      attributeFormDefault="unqualified" version="1.1">
  10      
  11      
  12      
  13      
  14      
  15      <xsd:complexType name="AccountBalance">
  16          <xsd:sequence>
  17              <xsd:element name="Account" type="xsd:string"></xsd:element>
  18              <xsd:element name="Credits" type="xsd:int"></xsd:element>
  19          </xsd:sequence>
  20      </xsd:complexType>
  21      <xsd:element name="getAccountBalance">
  22          <xsd:complexType>
  23              <xsd:sequence>
  24                  <xsd:element name="Account" type="xsd:string" maxOccurs="unbounded" minOccurs="0"></xsd:element>
  25              </xsd:sequence>
  26          </xsd:complexType>
  27      </xsd:element>
  28      <xsd:element name="getAccountBalanceResponse">
  29          <xsd:complexType>
  30              <xsd:sequence>
  31                  <xsd:element name="Account" type="tns:AccountBalance" maxOccurs="unbounded" minOccurs="1"></xsd:element>
  32                  <xsd:element name="errorCode" type="xsd:string" />
  33                  <xsd:element name="errorMessage" type="xsd:string" />
  34              </xsd:sequence>
  35          </xsd:complexType>
  36      </xsd:element>
  37      <xsd:element name="changeQuotaPool">
  38          <xsd:complexType>
  39              <xsd:sequence>
  40                  <xsd:element name="moduleId" type="xsd:string"></xsd:element>
  41                  <xsd:element name="quotaMax" type="xsd:nonNegativeInteger" />
  42              </xsd:sequence>
  43          </xsd:complexType>
  44      </xsd:element>
  45      <xsd:element name="changeQuotaPoolResponse">
  46          <xsd:complexType>
  47              <xsd:sequence>
  48                  <xsd:element name="errorCode" type="xsd:string"></xsd:element>
  49                  <xsd:element name="errorMessage" type="xsd:string"></xsd:element>
  50              </xsd:sequence>
  51          </xsd:complexType>
  52      </xsd:element>
  53      <xsd:element name="getQuotaInformation">
  54          <xsd:complexType>
  55              <xsd:sequence>
  56                  <xsd:element name="moduleId" type="xsd:string"></xsd:element>
  57              </xsd:sequence>
  58          </xsd:complexType>
  59      </xsd:element>
  60      <xsd:element name="getQuotaInformationResponse">
  61          <xsd:complexType>
  62              <xsd:sequence>
  63                  <xsd:element name="errorCode" type="xsd:string" />
  64                  <xsd:element name="errorMessage" type="xsd:string" />
  65                  <xsd:element name="maxQuota" type="xsd:int" />
  66                  <xsd:element name="maxUserQuota" type="xsd:int"    nillable="true" minOccurs="0" maxOccurs="1" />
  67                  <xsd:element name="quotaLevel" type="xsd:int" />
  68              </xsd:sequence>
  69          </xsd:complexType>
  70      </xsd:element>
  71  </xsd:schema>
  72  


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1