Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ShortStringType
Namespace urn:us:gov:ic:ism
Annotations
A short string, less than 256 characters.
Diagram
Diagram
Type restriction of xsd:string
Facets
maxLength 256
Used by
Source
<xsd:simpleType name="ShortStringType">
  <xsd:annotation>
    <xsd:documentation>A short string, less than 256 characters.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="256"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location IC-ISM.xsd