veloconnect 1.1

urn:veloconnect:transaction-1.0
simpleType StatusCodeType

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

Documentation
Codes für die möglichen Zustände einer Transaktion. 
Es gilt folgende Konvention: 
1       : Startzustand
100-199 : finaler Zustand 
1-49    : rollback erlaubt
(Vgl. Spezifikation.)
Properties
This component is not nillable.

Model

inclusive lower bound: 1
inclusive upper bound: 199


Source
<xsd:simpleType name="StatusCodeType">
<xsd:restriction base="xsd:integer">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="199"/>
</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.