Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element ItemGroupIdentificationCodes / ItemGroupIdentificationCode
Namespace No namespace
Annotations
A code that is used to logically group trade item
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ItemGroupIdentificationType.tmp#ItemGroupIdentificationType
Type ItemGroupIdentificationType
Properties
content simple
minOccurs 1
maxOccurs unbounded
Facets
pattern (\c+) & ((AUT)|(BABY)|(BIGP)|(CPCK)|(FAST)|(GRAB)|(LPCK)|(NS)|(SPRG)|(SPRT)|(SUM)|(SUPR)|(WIN))
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="ItemGroupIdentificationCode" type="ItemGroupIdentificationType">
  <xs:annotation>
    <xs:documentation>A code that is used to logically group trade item</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ItemGroupIdentificationCodes
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemGroupIdentificationCodes.tmp#ItemGroupIdentificationCodes_ItemGroupIdentificationCode
Used by
Model
Children ItemGroupIdentificationCode
Source
<xs:complexType name="ItemGroupIdentificationCodes">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="ItemGroupIdentificationCode" type="ItemGroupIdentificationType">
      <xs:annotation>
        <xs:documentation>A code that is used to logically group trade item</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>