IDMW 2.0 XML-Schema Dokumentation
FORMULA_REF Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > FEATURE_DEFINITION Element > DECISIONS Element > DECISION Element > OPTION_COMBINATION Element > ACTIONS Element > SET_FEATURE_DEFAULT Element : FORMULA_REF Element
Description
This element is used to reference a formula for the calculation of standard values.
Namespace (none)
Diagram
FORMULA_REF Element
Overview
FORMULA_REF
This element is used to reference a formula for the calculation of standard values.
FORMULA_KEY required Restriction of xs:string
This attribute is used to reference a formula.    D   string
   P   
   M   [1:30]
Attributes
NameTypeUseDefaultFixedDescription
FORMULA_KEYRestriction of xs:stringrequired  
This attribute is used to reference a formula.    D   string
   P   
   M   [1:30]
Source
<xs:element name="FORMULA_REF" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="FORMULA_KEY" use="required">
      <xs:annotation>
        <xs:documentation>use required aufgenommen, K. Rchter, 12.06.2015</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:minLength value="1" />
          <xs:maxLength value="30" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
SET_FEATURE_DEFAULT ElementACTIONS ElementOPTION_COMBINATION ElementDECISION ElementDECISIONS ElementFEATURE_DEFINITION ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation