Showing:

Diagrams
Facets
Source
Used by
Simple Type LongTextType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 4000
Used by
Source
<xs:simpleType name="LongTextType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="4000"/>
  </xs:restriction>
</xs:simpleType>