veloconnect 1.1

urn:veloconnect:catalog-1.1
simpleType ResultFormatType

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

Documentation
Steuerung des Formats der Trefferliste
COUNT: Es wird nur die Anzahl zurückgegeben.
ITEM_DETAIL: Zurückgeliefert wird eine Liste von ItemDetail-Elementen
ITEM_TYPE: Zurückgeliefert wird eine Liste von ItemType-Elementen
ID_ONLY: Zurückgeliefert wird eine Liste von SellersItemIdentification
Properties
This component is not nillable.

Model

('COUNT' | 'ITEM_DETAIL' | 'ITEM_TYPE' | 'ID_ONLY')

Source
<xsd:simpleType name="ResultFormatType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="COUNT">
</xsd:enumeration>
<xsd:enumeration value="ITEM_DETAIL">
</xsd:enumeration>
<xsd:enumeration value="ITEM_TYPE">
</xsd:enumeration>
<xsd:enumeration value="ID_ONLY">
</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.