veloconnect 1.1

urn:veloconnect:profile-1.1
simpleType BindingType

Super Types
{http://www.w3.org/2001/XMLSchema}normalizedString
|
+--{urn:veloconnect:profile-1.1}BindingType (restriction)

Documentation
Liste der Bindungen
URL: Anfrage per http (GET oder POST), 
Parameter als Querystring.
URL-S : Wie URL nur mit https.
XML-POST: Request wird als XML-Dokument per http (POST) übertragen.
XML-POST-S: Wie POST, nur mit https.
Properties
This component is not nillable.

Model

('URL' | 'URL-S' | 'XML-POST' | 'XML-POST-S')

Source
<xsd:simpleType name="BindingType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="URL">
</xsd:enumeration>
<xsd:enumeration value="URL-S">
</xsd:enumeration>
<xsd:enumeration value="XML-POST">
</xsd:enumeration>
<xsd:enumeration value="XML-POST-S">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>

veloconnect 1.1

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