Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element VariableItemInfoRecord / IsItemAVariableUnit
Namespace No namespace
Annotations
Indicates that an article is not a fixed quantity, but that the quantity is variable. Can be weight, length, height etc
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="IsItemAVariableUnit" type="YesNoType">
  <xs:annotation>
    <xs:documentation>Indicates that an article is not a fixed quantity, but that the quantity is variable. Can be weight, length, height etc</xs:documentation>
  </xs:annotation>
</xs:element>
Element VariableItemInfoRecord / VariableWeightAllowableDeviationPercentage
Namespace No namespace
Annotations
The percentage value that the actual weight of the trade item may differ from the average or estimated weight given.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal2FractionDigitsType.tmp#Decimal2FractionDigitsType
Type Decimal2FractionDigitsType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
fractionDigits 2
Source
<xs:element minOccurs="0" maxOccurs="1" name="VariableWeightAllowableDeviationPercentage" type="Decimal2FractionDigitsType">
  <xs:annotation>
    <xs:documentation>The percentage value that the actual weight of the trade item may differ from the average or estimated weight given.</xs:documentation>
  </xs:annotation>
</xs:element>
Element VariableItemInfoRecord / VariableWeightRangeMinimum
Namespace No namespace
Annotations
Identifies the lowest weight of the variable weight product
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" maxOccurs="1" name="VariableWeightRangeMinimum" type="Decimal5FractionDigitsType">
  <xs:annotation>
    <xs:documentation>Identifies the lowest weight of the variable weight product</xs:documentation>
  </xs:annotation>
</xs:element>
Element VariableItemInfoRecord / VariableWeightRangeMaximum
Namespace No namespace
Annotations
Identifies the highest weight of the variable weight product
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" maxOccurs="1" name="VariableWeightRangeMaximum" type="Decimal5FractionDigitsType">
  <xs:annotation>
    <xs:documentation>Identifies the highest weight of the variable weight product</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type VariableItemInfoRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_VariableItemInfoRecord.tmp#VariableItemInfoRecord_IsItemAVariableUnite-document-3_1_10_xsd_Complex_Type_VariableItemInfoRecord.tmp#VariableItemInfoRecord_VariableWeightAllowableDeviationPercentagee-document-3_1_10_xsd_Complex_Type_VariableItemInfoRecord.tmp#VariableItemInfoRecord_VariableWeightRangeMinimume-document-3_1_10_xsd_Complex_Type_VariableItemInfoRecord.tmp#VariableItemInfoRecord_VariableWeightRangeMaximum
Used by
Model
Children IsItemAVariableUnit, VariableWeightAllowableDeviationPercentage, VariableWeightRangeMaximum, VariableWeightRangeMinimum
Source
<xs:complexType name="VariableItemInfoRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="IsItemAVariableUnit" type="YesNoType">
      <xs:annotation>
        <xs:documentation>Indicates that an article is not a fixed quantity, but that the quantity is variable. Can be weight, length, height etc</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="VariableWeightAllowableDeviationPercentage" type="Decimal2FractionDigitsType">
      <xs:annotation>
        <xs:documentation>The percentage value that the actual weight of the trade item may differ from the average or estimated weight given.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="VariableWeightRangeMinimum" type="Decimal5FractionDigitsType">
      <xs:annotation>
        <xs:documentation>Identifies the lowest weight of the variable weight product</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="VariableWeightRangeMaximum" type="Decimal5FractionDigitsType">
      <xs:annotation>
        <xs:documentation>Identifies the highest weight of the variable weight product</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>