IDMW 2.0 XML-Schema Dokumentation
PROPERTY_REF 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 : PROPERTY_REF Element
Description
This element is used to reference a characteristic feature defined underGLOBAL_DEFINITION/PROPERTIES
Namespace (none)
Diagram
PROPERTY_REF Element
Overview
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   
Attributes
NameTypeUseDefaultFixedDescription
PROPERTY_NORestriction of xs:nonNegativeIntegerrequired  
This attribute is used to reference a characteristic feature.    D   nonNegativeInteger
   P   
   M   [0:999]
VALUERestriction of xs:stringrequired  

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="PROPERTY_REF" minOccurs="1" maxOccurs="unbounded" 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: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>
See Also
PROPERTIES ElementITEM ElementITEMS ElementPRODUCT_GROUP ElementPRODUCT_GROUPS ElementSERIE ElementSERIES ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation