Documentation for obj_object_profiled_data_schema

Simple Type: abstractBoolean

[Table of contents]

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