Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element ItemChangeReasons / ItemChangeReason
Namespace No namespace
Annotations
Free text reason why the item information has changed
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_LongTextType.tmp#LongTextTypee-document-3_1_10_xsd_Complex_Type_LongTextLangType.tmp#LongTextLangType_lange-document-3_1_10_xsd_Complex_Type_LongTextLangType.tmp#LongTextLangType
Type LongTextLangType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
lang LanguageType optional
Source
<xs:element minOccurs="0" maxOccurs="unbounded" name="ItemChangeReason" type="LongTextLangType">
  <xs:annotation>
    <xs:documentation>Free text reason why the item information has changed</xs:documentation>
  </xs:annotation>
</xs:element>
Element ItemChangeReasons / ItemInfoReasonTypeCode
Namespace No namespace
Annotations
Code indicating the type of the reason for sending the product information, e.g. new item, updated GTIN
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ItemInfoReasonType.tmp#ItemInfoReasonType
Type ItemInfoReasonType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
pattern (\c+) & ((NEW_ITEM)|(RNEW_ITEM)|(CHNG_GTIN)|(CHNG_PACK)|(CHNG_LOG)|(CHNG_PRCE)|(EXCL_ITEM))
Source
<xs:element minOccurs="0" maxOccurs="unbounded" name="ItemInfoReasonTypeCode" type="ItemInfoReasonType">
  <xs:annotation>
    <xs:documentation>Code indicating the type of the reason for sending the product information, e.g. new item, updated GTIN</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ItemChangeReasons
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemChangeReasons.tmp#ItemChangeReasons_ItemChangeReasone-document-3_1_10_xsd_Complex_Type_ItemChangeReasons.tmp#ItemChangeReasons_ItemInfoReasonTypeCode
Used by
Model
Children ItemChangeReason, ItemInfoReasonTypeCode
Source
<xs:complexType name="ItemChangeReasons">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ItemChangeReason" type="LongTextLangType">
      <xs:annotation>
        <xs:documentation>Free text reason why the item information has changed</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ItemInfoReasonTypeCode" type="ItemInfoReasonType">
      <xs:annotation>
        <xs:documentation>Code indicating the type of the reason for sending the product information, e.g. new item, updated GTIN</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>