Showing:

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