Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element BatteryDetailRecord / AreBatteriesBuiltIn
Namespace No namespace
Annotations
Indicates whether or not any batteries included with the trade item are built into the trade item during manufacturing
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="AreBatteriesBuiltIn" type="YesNoType">
  <xs:annotation>
    <xs:documentation>Indicates whether or not any batteries included with the trade item are built into the trade item during manufacturing</xs:documentation>
  </xs:annotation>
</xs:element>
Element BatteryDetailRecord / BatteryTechnologyTypeCode
Namespace No namespace
Annotations
The type of battery family (e.g. Lithium, NiMH) of batteries
used by the product.
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_BatteryTechnologyType.tmp#BatteryTechnologyType
Type BatteryTechnologyType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((ALKALINE)|(CARBON_MONOFLUORIDE_LITHIUM)|(CARBON_ZINC)|(GALVANIC)|(LEAD_ACID)|(LEAD_CALCIUM)|(LITHIUM_AIR)|(LITHIUM_COBALT)|(LITHIUM_ION)|(LITHIUM_ION_POLYMER)|(LITHIUM_MANGANESE_OXIDE)|(LITHIUM_NICKEL)|(LITHIUM_PHOSPHATE)|(LITHIUM_TITANATE)|(LITHIUM_THONYL_CHLORIDE)|(MERCURY_OXIDE)|(METAL_LITHIUM)|(NICKEL_CADMIUM)|(NICKEL_METAL_HYDRIDE)|(NICKEL_OXIDE)|(NICKEL_OXYHYDROXIDE)|(NICKEL_ZINC)|(OPTIMALINE)|(OTHER)|(SILVER_CALCIUM)|(SILVER_OXIDE)|(SILVER_ZINC_OXIDE)|(ZINC_AIR)|(ZINC_CHLORIDE))
Source
<xs:element minOccurs="0" maxOccurs="1" name="BatteryTechnologyTypeCode" type="BatteryTechnologyType">
  <xs:annotation>
    <xs:documentation>The type of battery family (e.g. Lithium, NiMH) of batteries used by the product.</xs:documentation>
  </xs:annotation>
</xs:element>
Element BatteryDetailRecord / BatteryTypeCode
Namespace No namespace
Annotations
The type of battery required to utilize the trade item
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_BatteryType.tmp#BatteryType
Type BatteryType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((CARS)|(INDS)|(PTBL))
Source
<xs:element minOccurs="0" maxOccurs="1" name="BatteryTypeCode" type="BatteryType">
  <xs:annotation>
    <xs:documentation>The type of battery required to utilize the trade item</xs:documentation>
  </xs:annotation>
</xs:element>
Element BatteryDetailRecord / BatteryTypeQualifierCode
Namespace No namespace
Annotations
Indicates whether the information is in reference to a battery or a cell
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_BatteryQualifierType.tmp#BatteryQualifierType
Type BatteryQualifierType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
pattern (\c+) & ((BATTERY)|(CELL))
Source
<xs:element minOccurs="0" maxOccurs="1" name="BatteryTypeQualifierCode" type="BatteryQualifierType">
  <xs:annotation>
    <xs:documentation>Indicates whether the information is in reference to a battery or a cell</xs:documentation>
  </xs:annotation>
</xs:element>
Element BatteryDetailRecord / BatteryWeight
Namespace No namespace
Annotations
The weight of each battery included with or built into the trade item
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="BatteryWeight" type="Decimal5FractionDigitsType">
  <xs:annotation>
    <xs:documentation>The weight of each battery included with or built into the trade item</xs:documentation>
  </xs:annotation>
</xs:element>
Element BatteryDetailRecord / QuantityOfBatteriesBuiltIn
Namespace No namespace
Annotations
The quantity of batteries built into the trade item during manufacturing
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="QuantityOfBatteriesBuiltIn" type="PositiveNumType">
  <xs:annotation>
    <xs:documentation>The quantity of batteries built into the trade item during manufacturing</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type BatteryDetailRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_BatteryDetailRecord.tmp#BatteryDetailRecord_AreBatteriesBuiltIne-document-3_1_10_xsd_Complex_Type_BatteryDetailRecord.tmp#BatteryDetailRecord_BatteryTechnologyTypeCodee-document-3_1_10_xsd_Complex_Type_BatteryDetailRecord.tmp#BatteryDetailRecord_BatteryTypeCodee-document-3_1_10_xsd_Complex_Type_BatteryDetailRecord.tmp#BatteryDetailRecord_BatteryTypeQualifierCodee-document-3_1_10_xsd_Complex_Type_BatteryDetailRecord.tmp#BatteryDetailRecord_BatteryWeighte-document-3_1_10_xsd_Complex_Type_BatteryDetailRecord.tmp#BatteryDetailRecord_QuantityOfBatteriesBuiltIn
Used by
Model
Children AreBatteriesBuiltIn, BatteryTechnologyTypeCode, BatteryTypeCode, BatteryTypeQualifierCode, BatteryWeight, QuantityOfBatteriesBuiltIn
Source
<xs:complexType name="BatteryDetailRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="AreBatteriesBuiltIn" type="YesNoType">
      <xs:annotation>
        <xs:documentation>Indicates whether or not any batteries included with the trade item are built into the trade item during manufacturing</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="BatteryTechnologyTypeCode" type="BatteryTechnologyType">
      <xs:annotation>
        <xs:documentation>The type of battery family (e.g. Lithium, NiMH) of batteries used by the product.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="BatteryTypeCode" type="BatteryType">
      <xs:annotation>
        <xs:documentation>The type of battery required to utilize the trade item</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="BatteryTypeQualifierCode" type="BatteryQualifierType">
      <xs:annotation>
        <xs:documentation>Indicates whether the information is in reference to a battery or a cell</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="BatteryWeight" type="Decimal5FractionDigitsType">
      <xs:annotation>
        <xs:documentation>The weight of each battery included with or built into the trade item</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="QuantityOfBatteriesBuiltIn" type="PositiveNumType">
      <xs:annotation>
        <xs:documentation>The quantity of batteries built into the trade item during manufacturing</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>