veloconnect 1.1

urn:veloconnect:order-1.1
simpleType AvailabilityCodeType

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

Documentation
Klassifizierung der Lieferbarkeit:
available : verfügbar
partially_available : Teilmenge ist lieferbar
expecting_delivery : Lieferung wird erwartet
not_available : nicht lieferbar,
	    keine weiteren Angaben möglich
Properties
This component is not nillable.

Model

('available' | 'partially_available' | 'expecting_delivery' | 'not_available')

Source
<xsd:simpleType name="AvailabilityCodeType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="available">
</xsd:enumeration>
<xsd:enumeration value="partially_available">
</xsd:enumeration>
<xsd:enumeration value="expecting_delivery">
</xsd:enumeration>
<xsd:enumeration value="not_available">
</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.