IDMW 2.0 XML-Schema Dokumentation
ITEM_REF Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > PART_LISTS Element > PART_LIST Element > PART_LIST_POS Element : ITEM_REF Element
Description
This element is used to reference an item.
Namespace (none)
Diagram
ITEM_REF Element
Overview
ITEM_REF
This element is used to reference an item.
TYPE_NO required Restriction of xs:string
This attribute is used to reference an item with an item number.    D   string
   P   
   M   [1:30]
SERIE_NO required Restriction of xs:nonNegativeInteger
This attribute is used to specify the serial number of the referenced item.    D   nonNegativInteger
   P   
   M   [0:99999]
Attributes
NameTypeUseDefaultFixedDescription
TYPE_NORestriction of xs:stringrequired  
This attribute is used to reference an item with an item number.    D   string
   P   
   M   [1:30]
SERIE_NORestriction of xs:nonNegativeIntegerrequired  
This attribute is used to specify the serial number of the referenced item.    D   nonNegativInteger
   P   
   M   [0:99999]
Source
<xs:element name="ITEM_REF" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>401--0--NEW</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="TYPE_NO" use="required">
      <xs:annotation>
        <xs:documentation>401--0--NEW</xs:documentation>
        <xs:documentation> K. Richter 12.02.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:attribute name="SERIE_NO" use="required">
      <xs:annotation>
        <xs:documentation>401--0--NEW</xs:documentation>
        <xs:documentation> K. Richter 12.02.2015</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:nonNegativeInteger">
          <xs:minInclusive value="0" />
          <xs:maxInclusive value="999999" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
PART_LIST_POS ElementPART_LIST ElementPART_LISTS ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation