Documentation for obj_object_profiled_data_schema

Simple Type: abstractInt

[Table of contents]

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