Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type nonnullTokenType
Namespace http://infoml.org/infomlFile
Annotations
Used for a token that must have at least one character 
in it.
Diagram
Diagram
Type restriction of xsd:token
Facets
minLength 1
Used by
Source
<xsd:simpleType name="nonnullTokenType">
  <xsd:annotation>
    <xsd:documentation>Used for a token that must have at least one character 
                in it.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>