IDMW 2.0 XML-Schema Dokumentation
PROPERTIES Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > SERIES Element > SERIE Element > PRODUCT_GROUPS Element > PRODUCT_GROUP Element > ITEMS Element > ITEM Element : PROPERTIES Element
Description
This element is used to combine item-specific characteristic features/properties.
Namespace (none)
Diagram
PROPERTY_REF Element Sequence PROPERTIES Element
Overview
PROPERTIES optional
This element is used to combine item-specific characteristic features/properties.
Sequence
PROPERTY_REF 1..∞
This element is used to reference a characteristic feature defined underGLOBAL_DEFINITION/PROPERTIES
PROPERTY_NO required Restriction of xs:nonNegativeInteger
This attribute is used to reference a characteristic feature.    D   nonNegativeInteger
   P   
   M   [0:999]
VALUE required Restriction of xs:string

This attribute is used to specify the value of the characteristic feature.

 

   D   string
   P   ([3-9]?[A-Z]+\+*)|([0-9]+(\.[0-9]+)?)
   M   
Source
<xs:element name="PROPERTIES" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Propertyzuordnung für Energieinfo 23.06.2014/K. Richter</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="PROPERTY_REF" minOccurs="1" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Propertyzuordnung für Energieinfo 23.06.2014/K. Richter</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="PROPERTY_NO" use="required">
            <xs:annotation>
              <xs:documentation>Nummer der Property, K. Richter 2.2014</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:nonNegativeInteger">
                <xs:minInclusive value="0" />
                <xs:maxInclusive value="999" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
          <xs:attribute name="VALUE" use="required">
            <xs:annotation>
              <xs:documentation>Wert für Property K. Richter 23.06.2014</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:pattern value="([3-9]?[A-Z]+\+*)|([0-9]+(\.[0-9]+)?)" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
ITEM ElementITEMS ElementPRODUCT_GROUP ElementPRODUCT_GROUPS ElementSERIE ElementSERIES ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation