IDMW 2.0 XML-Schema Dokumentation
PRICE_FEATURE_GROUP_REF Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > PRICE_DEFINITION Element > PRICE_FEATURE_GROUPS Element > PRICE_FEATURE_GROUP Element > PERCENTAGE_SURCHARGE Element : PRICE_FEATURE_GROUP_REF Element
Description
This element is used to reference a price group irrespective of the feature and/or calculation method (PRICE_FEATURE_GROUP).
Namespace (none)
Diagram
PRICE_FEATURE_GROUP_REF Element
Overview
PRICE_FEATURE_GROUP_REF 0..∞
This element is used to reference a price group irrespective of the feature and/or calculation method (PRICE_FEATURE_GROUP).
PRICE_FEATURE_GROUP_NO required Restriction of xs:positiveInteger
This attribute is used to reference a PRICE_FEATURE_GROUP.    D   postiveInteger
   P   
   M   [1:99999]
Attributes
NameTypeUseDefaultFixedDescription
PRICE_FEATURE_GROUP_NORestriction of xs:positiveIntegerrequired  
This attribute is used to reference a PRICE_FEATURE_GROUP.    D   postiveInteger
   P   
   M   [1:99999]
Source
<xs:element name="PRICE_FEATURE_GROUP_REF" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>311--0--NEW</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="PRICE_FEATURE_GROUP_NO" use="required">
      <xs:annotation>
        <xs:documentation>300--2--Ausfuehrungs_Gruppe</xs:documentation>
        <xs:documentation>Version Beta 2.0 Build 6, K. Richter 26.03.2014</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:positiveInteger">
          <xs:minInclusive value="1" />
          <xs:maxInclusive value="99999" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
PERCENTAGE_SURCHARGE ElementPRICE_FEATURE_GROUP ElementPRICE_FEATURE_GROUPS ElementPRICE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation