Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element ItemSizeInfoRecord / ItemSize
Namespace No namespace
Annotations
Size of the trade item
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
maxLength 50
Source
<xs:element minOccurs="1" maxOccurs="1" name="ItemSize" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>Size of the trade item</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ItemSizeInfoRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemSizeInfoRecord.tmp#ItemSizeInfoRecord_ItemSize
Used by
Model
Children ItemSize
Source
<xs:complexType name="ItemSizeInfoRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="ItemSize" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>Size of the trade item</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>