urn:veloconnect:catalog-1.5
complexType AuthorisationType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:veloconnect:catalog-1.5}AuthorisationType (restriction)

Properties
This component is not nillable.

Model
<...>
(Password? ; Username? ; ApiSecret? ; ApiKey?)
</...>


Nested Element Summary
xsd:stringApiKey
          
xsd:stringApiSecret
          
xsd:stringPassword
          
xsd:stringUsername
          
Source
<xsd:complexType name="AuthorisationType">
<xsd:all>
<xsd:element maxOccurs="1" minOccurs="0" name="Password" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="Username" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ApiSecret" type="xsd:string"/>
<xsd:element maxOccurs="1" minOccurs="0" name="ApiKey" type="xsd:string"/>
</xsd:all>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.