Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element MiscChargeInfo / ChargeTypeCode
Namespace No namespace
Annotations
The type of misc.charge, e.g. Transport, Packaging
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="ChargeTypeCode" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>The type of misc.charge, e.g. Transport, Packaging</xs:documentation>
  </xs:annotation>
</xs:element>
Element MiscChargeInfo / AllocationMethodCode
Namespace No namespace
Annotations
The allocation method of misc.charge, e.g. by weight, equally
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="AllocationMethodCode" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>The allocation method of misc.charge, e.g. by weight, equally</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type MiscChargeInfo
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_MiscChargeInfo.tmp#MiscChargeInfo_ChargeTypeCodee-document-3_1_10_xsd_Complex_Type_MiscChargeInfo.tmp#MiscChargeInfo_AllocationMethodCode
Used by
Model
Children AllocationMethodCode, ChargeTypeCode
Source
<xs:complexType name="MiscChargeInfo">
  <xs:sequence>
    <xs:element minOccurs="0" name="ChargeTypeCode" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>The type of misc.charge, e.g. Transport, Packaging</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="AllocationMethodCode" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>The allocation method of misc.charge, e.g. by weight, equally</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>