Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element DisplayUnitInfoRecord / AmountOfFaces
Namespace No namespace
Annotations
Indicates amount of product faces in display package
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_PositiveNumType.tmp#PositiveNumType
Type PositiveNumType
Properties
content simple
minOccurs 0
maxOccurs 1
Source
<xs:element minOccurs="0" maxOccurs="1" name="AmountOfFaces" type="PositiveNumType">
  <xs:annotation>
    <xs:documentation>Indicates amount of product faces in display package</xs:documentation>
  </xs:annotation>
</xs:element>
Element DisplayUnitInfoRecord / HasDisplayReadyPackaging
Namespace No namespace
Annotations
Indicates that the Trade Item has display ready packaging (also referred to as Shelf Ready Packaging or Retail Ready Packaging).
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_YesNoType.tmp#YesNoType
Type YesNoType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Source
<xs:element minOccurs="0" maxOccurs="1" name="HasDisplayReadyPackaging" type="YesNoType">
  <xs:annotation>
    <xs:documentation>Indicates that the Trade Item has display ready packaging (also referred to as Shelf Ready Packaging or Retail Ready Packaging).</xs:documentation>
  </xs:annotation>
</xs:element>
Element DisplayUnitInfoRecord / IsItemADisplayUnit
Namespace No namespace
Annotations
An indicator whether or not a trade item is or could be
used as a display unit.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_YesNoType.tmp#YesNoType
Type YesNoType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Source
<xs:element minOccurs="0" maxOccurs="1" name="IsItemADisplayUnit" type="YesNoType">
  <xs:annotation>
    <xs:documentation>An indicator whether or not a trade item is or could be used as a display unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type DisplayUnitInfoRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_DisplayUnitInfoRecord.tmp#DisplayUnitInfoRecord_AmountOfFacese-document-3_1_10_xsd_Complex_Type_DisplayUnitInfoRecord.tmp#DisplayUnitInfoRecord_HasDisplayReadyPackaginge-document-3_1_10_xsd_Complex_Type_DisplayUnitInfoRecord.tmp#DisplayUnitInfoRecord_IsItemADisplayUnit
Used by
Model
Children AmountOfFaces, HasDisplayReadyPackaging, IsItemADisplayUnit
Source
<xs:complexType name="DisplayUnitInfoRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="AmountOfFaces" type="PositiveNumType">
      <xs:annotation>
        <xs:documentation>Indicates amount of product faces in display package</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="HasDisplayReadyPackaging" type="YesNoType">
      <xs:annotation>
        <xs:documentation>Indicates that the Trade Item has display ready packaging (also referred to as Shelf Ready Packaging or Retail Ready Packaging).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="IsItemADisplayUnit" type="YesNoType">
      <xs:annotation>
        <xs:documentation>An indicator whether or not a trade item is or could be used as a display unit.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>