Documentation for obj_object_profiled_data_schema

Simple Type: abstractDateTime

[Table of contents]

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