urn:veloconnect:transaction-1.0
complexType CredentialType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:veloconnect:transaction-1.0}CredentialType (restriction)

Documentation
Zur Authentifizierung des Kunden. 
Zur Zeit wird nur einfache passwortgestütze Authentifizierung 
(wie z. B. bei Online-Shops) unterstützt. 
Mögliche Erweiterung: Verwendung von Zertifikaten, sofern hier die 
technischen und organisatorischen Voraussetzungen vorliegen.
      
Properties
This component is not nillable.

Model
<...>
Password
</...>


Nested Element Summary
xsd:stringPassword
          
Source
<xsd:complexType name="CredentialType">
<xsd:choice maxOccurs="1" minOccurs="1">
<xsd:element name="Password" type="xsd:string"/>
</xsd:choice>
</xsd:complexType>


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