Description
This element is used to specify the price field for the price. |
D positiveInteger P M [1:9999] |
Type
Restriction of xs:positiveInteger
Diagram
Overview
 |
PRICE_FIELD Restriction of xs:positiveInteger
This element is used to specify the price field for the price. |
D positiveInteger P M [1:9999] |
|
Source
<xs:element name="PRICE_FIELD" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>460--4--Preisfeld/Aufpreisfeld</xs:documentation>
<xs:documentation>Version Beta 2.0 Build 0, K. Richter 28.05.2014</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1" />
<xs:maxInclusive value="9999" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|
See Also