XML Einrichten Version 1.2
DischargingTime Simple Type
XML Einrichten Version 1.2 : DischargingTime Simple Type
Description
Discharging Time
Namespace (none)
Type
Restriction of xs:decimal
Diagram
DischargingTime Simple Type
Overview
DischargingTime Restriction of xs:decimal
Discharging Time
Facets
TotalDigits7
Source
<xs:simpleType name="DischargingTime" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Entladedauer</xs:documentation>
    <xs:documentation xml:lang="en">Discharging Time </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="7" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2