IDMW 2.0 XML-Schema Dokumentation
SERIE_REF Element
IDMW 2.0 XML-Schema Dokumentation > T_NEW_CATALOG Element > SERIES Element > SERIE_GROUPS Element > SERIE_GROUP Element : SERIE_REF Element
Description
This element is used to reference series.
Namespace (none)
Diagram
SERIE_REF Element
Overview
SERIE_REF 1..∞
This element is used to reference series.
SERIE_NO required Restriction of xs:nonNegativeInteger
This attribute is used to reference a series.    D   nonNegativInteger
   P   
   M   [0:999999]
SEQUENCE_NO optional Restriction of xs:nonNegativeInteger
This attribute defines the order of the series within a series group.    D   nonNegativeInteger
   P   
   M
Attributes
NameTypeUseDefaultFixedDescription
SERIE_NORestriction of xs:nonNegativeIntegerrequired  
This attribute is used to reference a series.    D   nonNegativInteger
   P   
   M   [0:999999]
SEQUENCE_NORestriction of xs:nonNegativeIntegeroptional  
This attribute defines the order of the series within a series group.    D   nonNegativeInteger
   P   
   M
Source
<xs:element name="SERIE_REF" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>260--0--NEW</xs:documentation>
    <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="SERIE_NO" use="required">
      <xs:annotation>
        <xs:documentation>200--1--Satzart</xs:documentation>
        <xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
        <xs:documentation xml:lang="de">Version 2.1 Build 7 für Polster erweitert auf 6 Stellen /28.11.2011 /ba</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:attribute name="SEQUENCE_NO">
      <xs:annotation>
        <xs:documentation>1000--0--NEW</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:nonNegativeInteger" />
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also
SERIE_GROUP ElementSERIE_GROUPS ElementSERIES ElementT_NEW_CATALOG ElementIDMW 2.0 XML-Schema Dokumentation