Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ShortDescriptiveName
Namespace No namespace
Annotations
Used when descriptions are intended to be very short
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_NonEmptyString.tmp#NonEmptyString
Type restriction of NonEmptyString
Type hierarchy
Facets
minLength 1
maxLength 80
Used by
Source
<xs:simpleType name="ShortDescriptiveName">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Used when descriptions are intended to be very short</xs:documentation>
  </xs:annotation>
  <xs:restriction base="NonEmptyString">
    <xs:maxLength value="80"/>
  </xs:restriction>
</xs:simpleType>