XML Einrichten Version 1.2
CNDL Complex Type
XML Einrichten Version 1.2 : CNDL Complex Type
Description
Segment for conditions for a single position
Namespace (none)
Diagram
VatPercentageOfCondition Element AmountOfCondition Element PercentageRateOfCondition Element DscOfConditionType Element TypeOfCondition Element ConditionLevel Element ConditionIndicator Element Sequence CNDL Complex Type
Overview
CNDL
Segment for conditions for a single position
Sequence
ConditionIndicator optional Restriction of xs:string
Condition Indicator
A = Allowence
C = Charge
ConditionLevel Restriction of xs:string
Condition level
TypeOfCondition Restriction of xs:string
Type of condition
DscOfConditionType optional Restriction of xs:string
Description of the condition
PercentageRateOfCondition optional Restriction of xs:decimal
Percentage value of the condition
AmountOfCondition optional Restriction of xs:decimal
Amount value of the condition
Used By
CNDL Element
CNDL Element
Source
<xs:complexType name="CNDL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Segment für Konditionen zu einer Position </xs:documentation>
    <xs:documentation xml:lang="en">Segment for conditions for a single position </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ConditionIndicator" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <dl>
            <dt>Konditionskennzeichen</dt>
            <dt>A = Abschlag</dt>
            <dt>C = ZUschlag</dt>
          </dl>
        </xs:documentation>
        <xs:documentation xml:lang="en">
          <dl>
            <dt>Condition Indicator</dt>
            <dt>A = Allowence</dt>
            <dt>C = Charge</dt>
          </dl>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ConditionLevel">
      <xs:annotation>
        <xs:documentation xml:lang="de">Konditionsstufe </xs:documentation>
        <xs:documentation xml:lang="en">Condition level </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="TypeOfCondition">
      <xs:annotation>
        <xs:documentation xml:lang="de">Art der Kondition </xs:documentation>
        <xs:documentation xml:lang="en">Type of condition </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="3" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="DscOfConditionType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Textliche Beschreibun der Kondition </xs:documentation>
        <xs:documentation xml:lang="en">Description of the condition </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="PercentageRateOfCondition" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Prozentsatz der Kondition </xs:documentation>
        <xs:documentation xml:lang="en">Percentage value of the condition </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:totalDigits value="10" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="AmountOfCondition" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="de">Betrag der Kondition </xs:documentation>
        <xs:documentation xml:lang="en">Amount value of the condition </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:decimal">
          <xs:totalDigits value="15" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="VatPercentageOfCondition" type="VatPercentage" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Steuersatz der Kondition  </xs:documentation>
        <xs:documentation xml:lang="en">Vat of the condition </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.2