Documentation for obj_object_profiled_data_schema

Simple Type: abstractDouble

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction)
Sub-types:
Name abstractDouble
Content
  • Base XSD Type: double
  • pattern = .+
Documentation This type disallows an "empty" double value. This type should not be used directly except to derive another type.
Diagram
Schema Component Representation
<xsd:simpleType name="abstractDouble">
<xsd:restriction base=" xsd:double ">
<xsd:pattern value=".+"/>
</xsd:restriction>
</xsd:simpleType>