Documentation for obj_object_profiled_data_schema

Simple Type: abstractDate

[Table of contents]

Super-types: abstractDate < date (by restriction) < abstractDate (by restriction)
Sub-types:
Name abstractDate
Content
  • Base XSD Type: date
  • pattern = .+
Documentation This type disallows an "empty" date 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="abstractDate">
<xsd:restriction base=" xsd:date ">
<xsd:pattern value=".+"/>
</xsd:restriction>
</xsd:simpleType>