Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type nonnullTokenWithSeparatorType
Namespace http://infoml.org/infomlFile
Annotations
This type is used for non-null tokens that have a required
'preSeparator' attribute.
Diagram
Diagram infomlFile0.tmp#id29 infomlFile45.tmp#id53
Type extension of nonnullTokenType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
preSeparator nonnullTokenType optional
Source
<xsd:complexType name="nonnullTokenWithSeparatorType">
  <xsd:annotation>
    <xsd:documentation>This type is used for non-null tokens that have a required
                'preSeparator' attribute.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="nonnullTokenType">
      <xsd:attribute name="preSeparator" type="nonnullTokenType" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Attribute nonnullTokenWithSeparatorType / @preSeparator
Namespace No namespace
Type nonnullTokenType
Properties
use: optional
Facets
minLength 1
Used by
Source
<xsd:attribute name="preSeparator" type="nonnullTokenType" use="optional"/>