urn:veloconnect:transaction-1.0
complexType RequestType

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

Documentation
Generischer Request-Typ. 
Alle spezifischen Request-Typen werden hiervon abgeleitet.
Properties
This component is not nillable.

Model
<...>
(BuyersID, Credential, SellersID?, TransactionID?, IsTest? )
</...>


Nested Element Summary
udt:IdentifierTypeBuyersID
          
CredentialTypeCredential
          
xsd:booleanIsTest
          
udt:IdentifierTypeSellersID
          
xsd:normalizedStringTransactionID
          
Sub Types
{urn:veloconnect:transaction-1.0}RequestType (restriction)
|
+--{urn:veloconnect:transaction-1.0}TransactionRequestType (restriction)

Source
<xsd:complexType name="RequestType">
<xsd:sequence>
<xsd:element name="BuyersID" type="udt:IdentifierType"/>
<xsd:element name="Credential" type="CredentialType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="SellersID" type="udt:IdentifierType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="TransactionID" type="xsd:normalizedString"/>
<xsd:element maxOccurs="1" minOccurs="0" name="IsTest" type="xsd:boolean"/>
</xsd:sequence>
</xsd:complexType>


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