Documentation for obj_object_profiled_data_schema

Simple Type: abstractShort

[Table of contents]

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