Documentation for obj_object_profiled_data_schema

Simple Type: abstractString

[Table of contents]

Super-types: xsd:string < abstractString (by restriction)
Sub-types:
Name abstractString
Content
  • Base XSD Type: string
  • length >= 1
  • Whitespace policy: collapse
Documentation The intended abstract supertype of all strings. This abstract type allows the control over whitespace for all strings to be defined at a high level. This type should not be used directly except to derive another type.
Diagram
Schema Component Representation
<xsd:simpleType name="abstractString">
<xsd:restriction base=" xsd:string ">
<xsd:whiteSpace value="collapse"/>
<xsd:minLength value="1"/>
</xsd:restriction>
</xsd:simpleType>